Skip to content

Commit eb3b3fe

Browse files
committed
ci: use 8 core arm runner for dist-aarch64-linux
1 parent b2728d5 commit eb3b3fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ci/github-actions/jobs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ runners:
5050
- &job-aarch64-linux
5151
os: ubuntu-22.04-arm
5252

53+
- &job-aarch64-linux-8c
54+
os: ubuntu-22.04-arm64-8core-32gb
5355
envs:
5456
env-x86_64-apple-tests: &env-x86_64-apple-tests
5557
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
@@ -142,7 +144,7 @@ auto:
142144
- name: dist-aarch64-linux
143145
env:
144146
CODEGEN_BACKENDS: llvm,cranelift
145-
<<: *job-aarch64-linux
147+
<<: *job-aarch64-linux-8c
146148

147149
- name: dist-android
148150
<<: *job-linux-4c

0 commit comments

Comments
 (0)