about summary refs log tree commit diff
path: root/src/ci/github-actions
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-12-17 01:49:31 +0000
committerbors <bors@rust-lang.org>2024-12-17 01:49:31 +0000
commit52f4785f80c1516ebece019ae4b69763ffb9a618 (patch)
treeb8eae5c3f1168d5deab61113de067368e43a75ff /src/ci/github-actions
parent13b77c687c0f5ad06a579af6d0787fe562747501 (diff)
parent89ad1ace570a9a0a700079780c2378d9e787a496 (diff)
downloadrust-52f4785f80c1516ebece019ae4b69763ffb9a618.tar.gz
rust-52f4785f80c1516ebece019ae4b69763ffb9a618.zip
Auto merge of #134132 - MarcoIeni:linux-4c-to-ubuntu-22, r=Kobzol
CI: update linux 4c from ubuntu 20 to ubuntu 22
Diffstat (limited to 'src/ci/github-actions')
-rw-r--r--src/ci/github-actions/jobs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 5732a428f67..fe0fdde39d0 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -5,7 +5,7 @@ runners:
     env: { }
 
   - &job-linux-4c
-    os: ubuntu-20.04
+    os: ubuntu-22.04
     # Free some disk space to avoid running out of space during the build.
     free_disk: true
     <<: *base-job