Skip to content

Commit

Permalink
Auto merge of rust-lang#134433 - MarcoIeni:ubuntu-22-large-runners, r…
Browse files Browse the repository at this point in the history
…=Kobzol

ci: use ubuntu-22 for large runners
  • Loading branch information
bors committed Dec 20, 2024
2 parents 8700ba1 + ca2068e commit 214587c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ runners:

# Large runner used mainly for its bigger disk capacity
- &job-linux-4c-largedisk
os: ubuntu-20.04-4core-16gb
os: ubuntu-22.04-4core-16gb
<<: *base-job

- &job-linux-8c
os: ubuntu-20.04-8core-32gb
os: ubuntu-22.04-8core-32gb
<<: *base-job

- &job-linux-16c
os: ubuntu-20.04-16core-64gb
os: ubuntu-22.04-16core-64gb
<<: *base-job

- &job-macos-xl
Expand Down

0 comments on commit 214587c

Please sign in to comment.