Skip to content

Commit ff19f2f

Browse files
committed
ci: use ubuntu 24 on free runners
1 parent 633a3fe commit ff19f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)