about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-10-31 12:35:57 +0100
committerGitHub <noreply@github.com>2024-10-31 12:35:57 +0100
commitc9584b7a9626c01387412ae346de0b76c673b58e (patch)
tree8ae4030e65480cffa395fc91155b52b486ba3453
parentbfc956e36ff42e8699ff794297317880e80eedad (diff)
parent3036f4f668cb5fe0abb0788034b46599a48fc1b6 (diff)
downloadrust-c9584b7a9626c01387412ae346de0b76c673b58e.tar.gz
rust-c9584b7a9626c01387412ae346de0b76c673b58e.zip
Rollup merge of #132396 - MarcoIeni:ci-use-free-runners-for-x86_64-gnu-tools-and-x86_64-rust-for-linux, r=Kobzol
CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux

try-job: x86_64-gnu-tools
try-job: x86_64-rust-for-linux
-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 4ad8e9ae9a9..8b7126d81d0 100644
--- a/src/ci/github-actions/jobs.yml
+++ b/src/ci/github-actions/jobs.yml
@@ -232,7 +232,7 @@ auto:
   # Tests integration with Rust for Linux.
   # Builds stage 1 compiler and tries to compile a few RfL examples with it.
   - image: x86_64-rust-for-linux
-    <<: *job-linux-8c
+    <<: *job-linux-4c
 
   - image: x86_64-gnu
     <<: *job-linux-4c
@@ -280,7 +280,7 @@ auto:
   - image: x86_64-gnu-tools
     env:
       DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
-    <<: *job-linux-8c
+    <<: *job-linux-4c
 
   ####################
   #  macOS Builders  #