Skip to content

Commit c9584b7

Browse files
authored
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
2 parents bfc956e + 3036f4f commit c9584b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/github-actions/jobs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ auto:
232232
# Tests integration with Rust for Linux.
233233
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
234234
- image: x86_64-rust-for-linux
235-
<<: *job-linux-8c
235+
<<: *job-linux-4c
236236

237237
- image: x86_64-gnu
238238
<<: *job-linux-4c
@@ -280,7 +280,7 @@ auto:
280280
- image: x86_64-gnu-tools
281281
env:
282282
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
283-
<<: *job-linux-8c
283+
<<: *job-linux-4c
284284

285285
####################
286286
# macOS Builders #

0 commit comments

Comments
 (0)