We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df89d1 commit 0a9525aCopy full SHA for 0a9525a
src/ci/github-actions/jobs.yml
@@ -12,15 +12,15 @@ runners:
12
13
# Large runner used mainly for its bigger disk capacity
14
- &job-linux-4c-largedisk
15
- os: ubuntu-22.04-4core-16gb
+ os: ubuntu-24.04-4core-16gb
16
<<: *base-job
17
18
- &job-linux-8c
19
- os: ubuntu-22.04-8core-32gb
+ os: ubuntu-24.04-8core-32gb
20
21
22
- &job-linux-16c
23
- os: ubuntu-22.04-16core-64gb
+ os: ubuntu-24.04-16core-64gb
24
25
26
- &job-macos-xl
@@ -53,7 +53,7 @@ runners:
53
os: ubuntu-24.04-arm
54
55
- &job-aarch64-linux-8c
56
- os: ubuntu-22.04-arm64-8core-32gb
+ os: ubuntu-24.04-arm64-8core-32gb
57
envs:
58
env-x86_64-apple-tests: &env-x86_64-apple-tests
59
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
0 commit comments