Skip to content

Commit

Permalink
Auto merge of rust-lang#136150 - marcoieni:windows-25-i686-mingw, r=<…
Browse files Browse the repository at this point in the history
…try>

ci: use windows 2025 for i686-mingw

try-job: i686-mingw
  • Loading branch information
bors committed Jan 28, 2025
2 parents aa6f5ab + 6394069 commit 3ec2aba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ runners:
os: windows-2022-8core-32gb
<<: *base-job

- &job-windows-25-8c
os: windows-2025-8core-32gb
<<: *base-job

- &job-windows-16c
os: windows-2022-16core-64gb
<<: *base-job
Expand Down Expand Up @@ -528,7 +532,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
Expand Down

0 comments on commit 3ec2aba

Please sign in to comment.