Skip to content

Commit 5444a47

Browse files
committed
Auto merge of #136150 - marcoieni:windows-25-i686-mingw, r=<try>
ci: use windows 2025 for i686-mingw try-job: i686-mingw
2 parents 66d6064 + 6394069 commit 5444a47

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ci/github-actions/jobs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ runners:
4343
os: windows-2022-8core-32gb
4444
<<: *base-job
4545

46+
- &job-windows-25-8c
47+
os: windows-2025-8core-32gb
48+
<<: *base-job
49+
4650
- &job-windows-16c
4751
os: windows-2022-16core-64gb
4852
<<: *base-job
@@ -528,7 +532,7 @@ auto:
528532
# We are intentionally allowing an old toolchain on this builder (and that's
529533
# incompatible with LLVM downloads today).
530534
NO_DOWNLOAD_CI_LLVM: 1
531-
<<: *job-windows-8c
535+
<<: *job-windows-25-8c
532536

533537
# x86_64-mingw is split into two jobs to run tests in parallel.
534538
- name: x86_64-mingw-1

0 commit comments

Comments
 (0)