We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69482e8 + 0d9cb9c commit 8c61cd4Copy full SHA for 8c61cd4
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
0 commit comments