Skip to content

Commit 3036f4f

Browse files
committed
CI: use free runners for x86_64-gnu-tools and x86_64-rust-for-linux
1 parent 4d296ea commit 3036f4f

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)