Skip to content

Commit

Permalink
Auto merge of rust-lang#136136 - marcoieni:ubuntu-24, r=Kobzol
Browse files Browse the repository at this point in the history
ci: use ubuntu 24 on free runners

try-job: aarch64-gnu
try-job: aarch64-gnu-debug
  • Loading branch information
bors committed Feb 1, 2025
2 parents 9e48dfe + ff19f2f commit e08cd3c
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 e08cd3c

Please sign in to comment.