We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b249760 + aeabd4b commit 7f05c7eCopy full SHA for 7f05c7e
src/ci/github-actions/jobs.yml
@@ -43,6 +43,10 @@ runners:
43
os: windows-2022-8core-32gb
44
<<: *base-job
45
46
+ - &job-windows-25-8c
47
+ os: windows-2025-8core-32gb
48
+ <<: *base-job
49
+
50
- &job-aarch64-linux
51
# Free some disk space to avoid running out of space during the build.
52
free_disk: true
@@ -524,7 +528,7 @@ auto:
524
528
# We are intentionally allowing an old toolchain on this builder (and that's
525
529
# incompatible with LLVM downloads today).
526
530
NO_DOWNLOAD_CI_LLVM: 1
527
- <<: *job-windows-8c
531
+ <<: *job-windows-25-8c
532
533
# x86_64-mingw is split into two jobs to run tests in parallel.
534
- name: x86_64-mingw-1
0 commit comments