File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ jobs:
542
542
# We need to do that because rust's CI uses ARM-based runners
543
543
# to generate their Dockerfiles.
544
544
- target : aarch64-unknown-linux-gnu
545
- os : ubuntu-24.04-arm64-4core-16gb
545
+ os : ubuntu-24.04-arm
546
546
- target : armv7-unknown-linux-gnueabihf
547
547
# snap_arch: armhf
548
548
steps :
@@ -710,7 +710,7 @@ jobs:
710
710
# We need to do that because rust's CI uses ARM-based runners
711
711
# to generate their Dockerfiles.
712
712
- target : aarch64-unknown-linux-gnu
713
- os : ubuntu-24.04-arm64-4core-16gb
713
+ os : ubuntu-24.04-arm
714
714
- target : armv7-unknown-linux-gnueabihf
715
715
# snap_arch: armhf
716
716
steps :
@@ -896,7 +896,7 @@ jobs:
896
896
# We need to do that because rust's CI uses ARM-based runners
897
897
# to generate their Dockerfiles.
898
898
- target : aarch64-unknown-linux-gnu
899
- os : ubuntu-24.04-arm64-4core-16gb
899
+ os : ubuntu-24.04-arm
900
900
- target : armv7-unknown-linux-gnueabihf
901
901
# snap_arch: armhf
902
902
- target : powerpc64le-unknown-linux-gnu # skip-pr skip-master
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ jobs: # skip-master skip-pr skip-stable
51
51
# We need to do that because rust's CI uses ARM-based runners
52
52
# to generate their Dockerfiles.
53
53
- target : aarch64-unknown-linux-gnu
54
- os : ubuntu-24.04-arm64-4core-16gb
54
+ os : ubuntu-24.04-arm
55
55
- target : armv7-unknown-linux-gnueabihf
56
56
# snap_arch: armhf
57
57
- target : powerpc64le-unknown-linux-gnu # skip-pr skip-master
You can’t perform that action at this time.
0 commit comments