Skip to content

Commit 0d9cb9c

Browse files
committed
ci: use ubuntu 24 for x86 large runners
1 parent 5958825 commit 0d9cb9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/ci/github-actions/jobs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ runners:
1212

1313
# Large runner used mainly for its bigger disk capacity
1414
- &job-linux-4c-largedisk
15-
os: ubuntu-22.04-4core-16gb
15+
os: ubuntu-24.04-4core-16gb
1616
<<: *base-job
1717

1818
- &job-linux-8c
19-
os: ubuntu-22.04-8core-32gb
19+
os: ubuntu-24.04-8core-32gb
2020
<<: *base-job
2121

2222
- &job-linux-16c
23-
os: ubuntu-22.04-16core-64gb
23+
os: ubuntu-24.04-16core-64gb
2424
<<: *base-job
2525

2626
- &job-macos-xl

0 commit comments

Comments
 (0)