about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-02-01 11:46:40 +0000
committerbors <bors@rust-lang.org>2025-02-01 11:46:40 +0000
commite08cd3cf05e5bfa3323cc21ea8f81f4a15a2f969 (patch)
tree8102ebb1afa2d1a802420f2929b31486c0d1d62a
parent9e48dfe5e0d5ec1b064b5d25504948ede0ec9b53 (diff)
parentff19f2f4c10d9d0a0b27e64aed8dfd8519458c13 (diff)
downloadrust-e08cd3cf05e5bfa3323cc21ea8f81f4a15a2f969.tar.gz
rust-e08cd3cf05e5bfa3323cc21ea8f81f4a15a2f969.zip
Auto merge of #136136 - marcoieni:ubuntu-24, r=Kobzol
ci: use ubuntu 24 on free runners

try-job: aarch64-gnu
try-job: aarch64-gnu-debug
-rw-r--r--src/ci/github-actions/jobs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml
index 9af88709625..37299a5a76b 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-22.04
+    os: ubuntu-24.04
     # Free some disk space to avoid running out of space during the build.
     free_disk: true
     <<: *base-job
@@ -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