We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d812a9b + 6394069 commit 7565e5eCopy full SHA for 7565e5e
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-windows-16c
51
os: windows-2022-16core-64gb
52
@@ -528,7 +532,7 @@ auto:
528
532
# We are intentionally allowing an old toolchain on this builder (and that's
529
533
# incompatible with LLVM downloads today).
530
534
NO_DOWNLOAD_CI_LLVM: 1
531
- <<: *job-windows-8c
535
+ <<: *job-windows-25-8c
536
537
# x86_64-mingw is split into two jobs to run tests in parallel.
538
- name: x86_64-mingw-1
0 commit comments