Skip to content

Commit aeabd4b

Browse files
committed
ci: use windows 2025 for i686-mingw
1 parent 0cc4f4f commit aeabd4b

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)