Skip to content

Commit 7f05c7e

Browse files
authored
Rollup merge of #136150 - marcoieni:windows-25-i686-mingw, r=Kobzol
ci: use windows 2025 for i686-mingw try-job: i686-mingw
2 parents b249760 + aeabd4b commit 7f05c7e

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-aarch64-linux
4751
# Free some disk space to avoid running out of space during the build.
4852
free_disk: true
@@ -524,7 +528,7 @@ auto:
524528
# We are intentionally allowing an old toolchain on this builder (and that's
525529
# incompatible with LLVM downloads today).
526530
NO_DOWNLOAD_CI_LLVM: 1
527-
<<: *job-windows-8c
531+
<<: *job-windows-25-8c
528532

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

0 commit comments

Comments
 (0)