diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2025-01-31 00:25:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-31 00:25:35 -0500 |
| commit | 7f05c7e50c5bfa58c5919457ea0227c42ce63ea1 (patch) | |
| tree | 4f1bcf952b593bf6e1f5055c89e934393f3fc5d1 | |
| parent | b249760c513cdf6aa9e64cafd3893b6df0bf5bbe (diff) | |
| parent | aeabd4bebe5a129ab226ee4f5e834a9ce001437f (diff) | |
| download | rust-7f05c7e50c5bfa58c5919457ea0227c42ce63ea1.tar.gz rust-7f05c7e50c5bfa58c5919457ea0227c42ce63ea1.zip | |
Rollup merge of #136150 - marcoieni:windows-25-i686-mingw, r=Kobzol
ci: use windows 2025 for i686-mingw try-job: i686-mingw
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index c6bc19f9e6c..9af88709625 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -43,6 +43,10 @@ runners: os: windows-2022-8core-32gb <<: *base-job + - &job-windows-25-8c + os: windows-2025-8core-32gb + <<: *base-job + - &job-aarch64-linux # Free some disk space to avoid running out of space during the build. free_disk: true @@ -524,7 +528,7 @@ auto: # We are intentionally allowing an old toolchain on this builder (and that's # incompatible with LLVM downloads today). NO_DOWNLOAD_CI_LLVM: 1 - <<: *job-windows-8c + <<: *job-windows-25-8c # x86_64-mingw is split into two jobs to run tests in parallel. - name: x86_64-mingw-1 |
