diff options
| author | bors <bors@rust-lang.org> | 2024-06-11 04:14:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-06-11 04:14:57 +0000 |
| commit | aec67e238d366c4c41373b272f19dd79ff5ec0f0 (patch) | |
| tree | 728dd46774763c887030156beb7dd85b9c805939 /src/ci/github-actions | |
| parent | fa1681c9f6a66f0240c46c98bfef6209c9d6df23 (diff) | |
| parent | f976a9b208f5027c2dc0a3c9a7c952eacdddf1ae (diff) | |
| download | rust-aec67e238d366c4c41373b272f19dd79ff5ec0f0.tar.gz rust-aec67e238d366c4c41373b272f19dd79ff5ec0f0.zip | |
Auto merge of #126113 - Kobzol:ci-native-arm-runner, r=jdno
CI: use a native `arm64` runner Opening to test if we can use a native GitHub ARM runner instead of the self-hosted one. The CI has finished [successfully](https://github.com/rust-lang/rust/actions/runs/9414573751/job/25933776975?pr=126113). It took 1h 29m, which is longer than the previous duration (~1h 10m). This is expected, since we currently use 8 cores on GitHub, rather than 14 cores which are configured for the self-hosted runner. try-job: aarch64-gnu
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 62836acc2d9..1db763735e6 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -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 |
