Skip to content

Commit 8032992

Browse files
committed
ci(linux): use public ARM64 Linux runners
1 parent 69f8d66 commit 8032992

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ jobs:
542542
# We need to do that because rust's CI uses ARM-based runners
543543
# to generate their Dockerfiles.
544544
- target: aarch64-unknown-linux-gnu
545-
os: ubuntu-24.04-arm64-4core-16gb
545+
os: ubuntu-24.04-arm
546546
- target: armv7-unknown-linux-gnueabihf
547547
#snap_arch: armhf
548548
steps:
@@ -710,7 +710,7 @@ jobs:
710710
# We need to do that because rust's CI uses ARM-based runners
711711
# to generate their Dockerfiles.
712712
- target: aarch64-unknown-linux-gnu
713-
os: ubuntu-24.04-arm64-4core-16gb
713+
os: ubuntu-24.04-arm
714714
- target: armv7-unknown-linux-gnueabihf
715715
#snap_arch: armhf
716716
steps:
@@ -896,7 +896,7 @@ jobs:
896896
# We need to do that because rust's CI uses ARM-based runners
897897
# to generate their Dockerfiles.
898898
- target: aarch64-unknown-linux-gnu
899-
os: ubuntu-24.04-arm64-4core-16gb
899+
os: ubuntu-24.04-arm
900900
- target: armv7-unknown-linux-gnueabihf
901901
#snap_arch: armhf
902902
- target: powerpc64le-unknown-linux-gnu # skip-pr skip-master

ci/actions-templates/linux-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs: # skip-master skip-pr skip-stable
5151
# We need to do that because rust's CI uses ARM-based runners
5252
# to generate their Dockerfiles.
5353
- target: aarch64-unknown-linux-gnu
54-
os: ubuntu-24.04-arm64-4core-16gb
54+
os: ubuntu-24.04-arm
5555
- target: armv7-unknown-linux-gnueabihf
5656
#snap_arch: armhf
5757
- target: powerpc64le-unknown-linux-gnu # skip-pr skip-master

0 commit comments

Comments
 (0)