File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ jobs:
301301 needs : build-docstrings
302302 runs-on : ubuntu-latest
303303 container :
304- image : quay.io/pypa/manylinux_2_28_x86_64:latest
304+ image : quay.io/pypa/manylinux_2_28_x86_64:2024.12.05-1
305305 env :
306306 PLAT : manylinux_2_28_x86_64
307307 steps :
@@ -363,9 +363,9 @@ jobs:
363363 # This job builds wheels for ARM64 arch
364364 build-linux-arm64 :
365365 needs : build-docstrings
366- runs-on : [self-hosted, linux, ARM64]
366+ runs-on : ubuntu-24.04-arm
367367 container :
368- image : quay.io/pypa/manylinux_2_28_aarch64:latest
368+ image : quay.io/pypa/manylinux_2_28_aarch64:2024.12.05-1
369369 env :
370370 PLAT : manylinux_2_28_aarch64
371371 # Mount local hunter cache directory, instead of transfering to Github and back
You can’t perform that action at this time.
0 commit comments