Skip to content

Commit

Permalink
Auto merge of rust-lang#136136 - marcoieni:ubuntu-24, r=<try>
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 Jan 27, 2025
2 parents f753850 + ff19f2f commit cdfd854
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 cdfd854

Please sign in to comment.