Skip to content

Commit

Permalink
ci: use ubuntu 24 on free runners
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Jan 27, 2025
1 parent 633a3fe commit ff19f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runners:
env: { }

- &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_disk: true
<<: *base-job
Expand Down Expand Up @@ -50,7 +50,7 @@ runners:
- &job-aarch64-linux
# Free some disk space to avoid running out of space during the build.
free_disk: true
os: ubuntu-22.04-arm
os: ubuntu-24.04-arm

- &job-aarch64-linux-8c
os: ubuntu-22.04-arm64-8core-32gb
Expand Down

0 comments on commit ff19f2f

Please sign in to comment.