File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments