File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
44
44
name : ${{ matrix.display_name }}
45
45
runs-on : ubuntu-latest
46
- # This is a CentOS 7 based image
47
- container : quay.io/pypa/manylinux2014_x86_64
46
+ # This is an AlmaLinux 8 based image
47
+ container : quay.io/pypa/manylinux_2_28_x86_64
48
48
timeout-minutes : 360
49
49
50
50
steps :
Original file line number Diff line number Diff line change 7
7
set -x
8
8
9
9
# Repository for the `gh` GitHub CLI tool used for creating releases.
10
- yum- config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
10
+ dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
11
11
12
12
yum install -y \
13
13
sudo \
@@ -25,7 +25,7 @@ yum install -y \
25
25
ncurses-devel \
26
26
ncurses-static \
27
27
pixman-devel \
28
- rh- python36 \
28
+ python36.x86_64 \
29
29
zlib-devel \
30
30
zlib-static \
31
31
libffi-devel
You can’t perform that action at this time.
0 commit comments