We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e48dfe + ff19f2f commit e08cd3cCopy full SHA for e08cd3c
src/ci/github-actions/jobs.yml
@@ -5,7 +5,7 @@ runners:
5
env: { }
6
7
- &job-linux-4c
8
- os: ubuntu-22.04
+ os: ubuntu-24.04
9
# Free some disk space to avoid running out of space during the build.
10
free_disk: true
11
<<: *base-job
@@ -50,7 +50,7 @@ runners:
50
- &job-aarch64-linux
51
52
53
- os: ubuntu-22.04-arm
+ os: ubuntu-24.04-arm
54
55
- &job-aarch64-linux-8c
56
os: ubuntu-22.04-arm64-8core-32gb
0 commit comments