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:
301
301
needs : build-docstrings
302
302
runs-on : ubuntu-latest
303
303
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
305
305
env :
306
306
PLAT : manylinux_2_28_x86_64
307
307
steps :
@@ -363,9 +363,9 @@ jobs:
363
363
# This job builds wheels for ARM64 arch
364
364
build-linux-arm64 :
365
365
needs : build-docstrings
366
- runs-on : [self-hosted, linux, ARM64]
366
+ runs-on : ubuntu-24.04-arm
367
367
container :
368
- image : quay.io/pypa/manylinux_2_28_aarch64:latest
368
+ image : quay.io/pypa/manylinux_2_28_aarch64:2024.12.05-1
369
369
env :
370
370
PLAT : manylinux_2_28_aarch64
371
371
# Mount local hunter cache directory, instead of transfering to Github and back
You can’t perform that action at this time.
0 commit comments