Skip to content

Commit f41483a

Browse files
moratomSzabolcsGergely
authored andcommitted
Update manylinux to 2_28
1 parent 51de967 commit f41483a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ jobs:
361361
# to be removed when upgrading the manylinux image
362362
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
363363
container:
364-
image: quay.io/pypa/manylinux2014_x86_64:latest
364+
image: quay.io/pypa/manylinux_2_28_x86_64:latest
365365
env:
366-
PLAT: manylinux2014_x86_64
366+
PLAT: manylinux_2_28_x86_64
367367
steps:
368368
- name: Cache .hunter folder
369369
uses: actions/cache@v3
@@ -434,9 +434,9 @@ jobs:
434434
# to be removed when upgrading the manylinux image
435435
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
436436
container:
437-
image: quay.io/pypa/manylinux2014_aarch64:latest
437+
image: quay.io/pypa/manylinux_2_28_aarch64:latest
438438
env:
439-
PLAT: manylinux2014_aarch64
439+
PLAT: manylinux_2_28_aarch64
440440
# Mount local hunter cache directory, instead of transfering to Github and back
441441
volumes:
442442
- /.hunter:/github/home/.hunter

0 commit comments

Comments
 (0)