Skip to content

Commit 5b12f12

Browse files
author
Matevz Morato
committed
Update CI to run on github hoster runners and pin down manylinux containers
1 parent ff0a379 commit 5b12f12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)