Skip to content

Commit

Permalink
Auto merge of rust-lang#126113 - Kobzol:ci-native-arm-runner, r=<try>
Browse files Browse the repository at this point in the history
[WIP] CI: use a native `arm64` runner

Opening as a draft to test if we can use a native GitHub ARM runner instead of the self-hosted one.

try-job: aarch64-gnu
  • Loading branch information
bors committed Jun 7, 2024
2 parents b74702f + 1c4b0c4 commit 94f8767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runners:
<<: *base-job

- &job-aarch64-linux
os: [ self-hosted, ARM64, linux ]
os: ubuntu-22.04-arm64-8core-32gb

envs:
env-x86_64-apple-tests: &env-x86_64-apple-tests
Expand Down

0 comments on commit 94f8767

Please sign in to comment.