Skip to content

Commit 64cf0c2

Browse files
committed
ci: Update the tier1 jobs
aarch64-windows and aarch64-linux are now both tier 1, so promote them in CI. (backport <rust-lang#4776>) (cherry picked from commit 3655bfd)
1 parent 2afdda7 commit 64cf0c2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
include:
9595
- target: aarch64-apple-darwin
9696
os: macos-15
97+
- target: aarch64-pc-windows-msvc
98+
os: windows-11-arm
99+
- target: aarch64-unknown-linux-gnu
100+
os: ubuntu-24.04-arm
97101
# FIXME: It currently causes segfaults.
98102
#- target: i686-pc-windows-gnu
99103
# env: { ARCH_BITS: 32, ARCH: i686 }
@@ -164,7 +168,6 @@ jobs:
164168
# it first to make sure it gets a head start.
165169
- sparc64-unknown-linux-gnu
166170
- aarch64-linux-android
167-
- aarch64-unknown-linux-gnu
168171
- aarch64-unknown-linux-musl
169172
- arm-linux-androideabi
170173
- arm-unknown-linux-musleabihf

0 commit comments

Comments
 (0)