Skip to content

Commit e08cd3c

Browse files
committed
Auto merge of #136136 - marcoieni:ubuntu-24, r=Kobzol
ci: use ubuntu 24 on free runners try-job: aarch64-gnu try-job: aarch64-gnu-debug
2 parents 9e48dfe + ff19f2f commit e08cd3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/github-actions/jobs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runners:
55
env: { }
66

77
- &job-linux-4c
8-
os: ubuntu-22.04
8+
os: ubuntu-24.04
99
# Free some disk space to avoid running out of space during the build.
1010
free_disk: true
1111
<<: *base-job
@@ -50,7 +50,7 @@ runners:
5050
- &job-aarch64-linux
5151
# Free some disk space to avoid running out of space during the build.
5252
free_disk: true
53-
os: ubuntu-22.04-arm
53+
os: ubuntu-24.04-arm
5454

5555
- &job-aarch64-linux-8c
5656
os: ubuntu-22.04-arm64-8core-32gb

0 commit comments

Comments
 (0)