about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-12-20 01:37:43 +0000
committerbors <bors@rust-lang.org>2024-12-20 01:37:43 +0000
commit214587c89d527dd0ccbe1f2150c737d3bdee67b0 (patch)
treef271397eb2bf8e68ca7d99d8610ee3eb54c10b14
parent8700ba1c2cbafd99ac6bd13a3dad61dd2f2912fb (diff)
parentca2068ec43f1822db677beda397c8d9e59df92bd (diff)
downloadrust-214587c89d527dd0ccbe1f2150c737d3bdee67b0.tar.gz
rust-214587c89d527dd0ccbe1f2150c737d3bdee67b0.zip
Auto merge of #134433 - MarcoIeni:ubuntu-22-large-runners, r=Kobzol
ci: use ubuntu-22 for large runners
-rw-r--r--src/ci/github-actions/jobs.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 2a3b8401b83..43ef47641ba 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -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