ci: use ubuntu 24 on arm large runner · rust-lang/rust@37c69ef (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 37c69ef
ci: use ubuntu 24 on arm large runner
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -53,7 +53,7 @@ runners: | ||
53 | 53 | os: ubuntu-24.04-arm |
54 | 54 | |
55 | 55 | - &job-aarch64-linux-8c |
56 | -os: ubuntu-22.04-arm64-8core-32gb | |
56 | +os: ubuntu-24.04-arm64-8core-32gb | |
57 | 57 | envs: |
58 | 58 | env-x86_64-apple-tests: &env-x86_64-apple-tests |
59 | 59 | SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact |