Skip to content

Commit

Permalink
Auto merge of rust-lang#132411 - MarcoIeni:ci-switch-to-free-runners,…
Browse files Browse the repository at this point in the history
… r=<try>

CI: switch dist-x86_64-musl and i686-gnu to free runners

try-job: dist-x86_64-musl
try-job: i686-gnu
  • Loading branch information
bors committed Oct 31, 2024
2 parents 20c909f + 0c48532 commit 27907eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,13 @@ auto:
- image: dist-x86_64-musl
env:
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-linux-8c
<<: *job-linux-4c

- image: dist-x86_64-netbsd
<<: *job-linux-4c

- image: i686-gnu
<<: *job-linux-8c
<<: *job-linux-4c

- image: i686-gnu-nopt
<<: *job-linux-8c
Expand Down

0 comments on commit 27907eb

Please sign in to comment.