diff options
| author | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2024-10-31 10:38:42 +0100 |
|---|---|---|
| committer | MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> | 2024-10-31 10:38:42 +0100 |
| commit | 183599fa9943acc7730f75cc7919cbda1ab96d8a (patch) | |
| tree | 50899ff66f5c51140008ddf4367636e91e5a55ca /src/ci/github-actions | |
| parent | a9d17627d241645a54c1134a20f1596127fedb60 (diff) | |
| download | rust-183599fa9943acc7730f75cc7919cbda1ab96d8a.tar.gz rust-183599fa9943acc7730f75cc7919cbda1ab96d8a.zip | |
CI: use free runners for 3 fast windows jobs
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index a401092a3a7..4ad8e9ae9a9 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -488,7 +488,7 @@ auto: SCRIPT: python x.py dist bootstrap --include-default-paths DIST_REQUIRE_ALL_TOOLS: 1 CODEGEN_BACKENDS: llvm,cranelift - <<: *job-windows-8c + <<: *job-windows - image: dist-x86_64-mingw env: @@ -501,10 +501,10 @@ auto: NO_DOWNLOAD_CI_LLVM: 1 DIST_REQUIRE_ALL_TOOLS: 1 CODEGEN_BACKENDS: llvm,cranelift - <<: *job-windows-8c + <<: *job-windows - image: dist-x86_64-msvc-alt env: RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler SCRIPT: python x.py dist bootstrap --include-default-paths - <<: *job-windows-8c + <<: *job-windows |
