We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0a379 commit 5b12f12Copy full SHA for 5b12f12
1 file changed
.github/workflows/main.yml
@@ -301,7 +301,7 @@ jobs:
301
needs: build-docstrings
302
runs-on: ubuntu-latest
303
container:
304
- image: quay.io/pypa/manylinux_2_28_x86_64:latest
+ image: quay.io/pypa/manylinux_2_28_x86_64:2024.12.05-1
305
env:
306
PLAT: manylinux_2_28_x86_64
307
steps:
@@ -363,9 +363,9 @@ jobs:
363
# This job builds wheels for ARM64 arch
364
build-linux-arm64:
365
366
- runs-on: [self-hosted, linux, ARM64]
+ runs-on: ubuntu-24.04-arm
367
368
- image: quay.io/pypa/manylinux_2_28_aarch64:latest
+ image: quay.io/pypa/manylinux_2_28_aarch64:2024.12.05-1
369
370
PLAT: manylinux_2_28_aarch64
371
# Mount local hunter cache directory, instead of transfering to Github and back
0 commit comments