From d7063fd6089f887a4dd78bdac0a8068dae86a68e Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:08:45 +0100 Subject: [PATCH] CI: use free runners for 5 linux jobs --- src/ci/github-actions/jobs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 9a51a3f4268c5..b089f50b73ef0 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -143,7 +143,7 @@ auto: <<: *job-linux-4c - image: dist-arm-linux - <<: *job-linux-8c + <<: *job-linux-4c - image: dist-armhf-linux <<: *job-linux-4c @@ -213,10 +213,10 @@ auto: <<: *job-linux-4c - image: i686-gnu - <<: *job-linux-8c + <<: *job-linux-4c - image: i686-gnu-nopt - <<: *job-linux-8c + <<: *job-linux-4c - image: mingw-check <<: *job-linux-4c @@ -229,7 +229,7 @@ auto: # nightly features to compile, and this job would fail if # executed on beta and stable. only_on_channel: nightly - <<: *job-linux-8c + <<: *job-linux-4c # Tests integration with Rust for Linux. # Builds stage 1 compiler and tries to compile a few RfL examples with it. @@ -263,7 +263,7 @@ auto: <<: *job-linux-4c-largedisk - image: x86_64-gnu-distcheck - <<: *job-linux-8c + <<: *job-linux-4c - image: x86_64-gnu-llvm-19 env: