We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bfc956e + 3036f4f commit c9584b7Copy full SHA for c9584b7
src/ci/github-actions/jobs.yml
@@ -232,7 +232,7 @@ auto:
232
# Tests integration with Rust for Linux.
233
# Builds stage 1 compiler and tries to compile a few RfL examples with it.
234
- image: x86_64-rust-for-linux
235
- <<: *job-linux-8c
+ <<: *job-linux-4c
236
237
- image: x86_64-gnu
238
<<: *job-linux-4c
@@ -280,7 +280,7 @@ auto:
280
- image: x86_64-gnu-tools
281
env:
282
DEPLOY_TOOLSTATES_JSON: toolstates-linux.json
283
284
285
####################
286
# macOS Builders #
0 commit comments