ci: use ubuntu 24 on free runners
This commit is contained in:
parent
633a3fe36d
commit
ff19f2f4c1
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ runners:
|
||||||
env: { }
|
env: { }
|
||||||
|
|
||||||
- &job-linux-4c
|
- &job-linux-4c
|
||||||
os: ubuntu-22.04
|
os: ubuntu-24.04
|
||||||
# Free some disk space to avoid running out of space during the build.
|
# Free some disk space to avoid running out of space during the build.
|
||||||
free_disk: true
|
free_disk: true
|
||||||
<<: *base-job
|
<<: *base-job
|
||||||
|
@ -50,7 +50,7 @@ runners:
|
||||||
- &job-aarch64-linux
|
- &job-aarch64-linux
|
||||||
# Free some disk space to avoid running out of space during the build.
|
# Free some disk space to avoid running out of space during the build.
|
||||||
free_disk: true
|
free_disk: true
|
||||||
os: ubuntu-22.04-arm
|
os: ubuntu-24.04-arm
|
||||||
|
|
||||||
- &job-aarch64-linux-8c
|
- &job-aarch64-linux-8c
|
||||||
os: ubuntu-22.04-arm64-8core-32gb
|
os: ubuntu-22.04-arm64-8core-32gb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue