File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,12 @@ runners:
35
35
os : windows-2022
36
36
<< : *base-job
37
37
38
+ # Temporarily use old Windows 2019 because of an issue with Windows 2022 GHA runner images.
39
+ # See https://github.com/rust-lang/cc-rs/pull/1425 for more details.
40
+ - &job-windows-19
41
+ os : windows-2019
42
+ << : *base-job
43
+
38
44
- &job-windows-25
39
45
os : windows-2025
40
46
<< : *base-job
@@ -474,13 +480,13 @@ auto:
474
480
env :
475
481
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc --enable-sanitizers
476
482
SCRIPT : make ci-msvc-py
477
- << : *job-windows
483
+ << : *job-windows-19
478
484
479
485
- name : i686-msvc-2
480
486
env :
481
487
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc --enable-sanitizers
482
488
SCRIPT : make ci-msvc-ps1
483
- << : *job-windows
489
+ << : *job-windows-19
484
490
485
491
# x86_64-msvc-ext is split into multiple jobs to run tests in parallel.
486
492
- name : x86_64-msvc-ext1
@@ -595,7 +601,7 @@ auto:
595
601
SCRIPT : python x.py dist bootstrap --include-default-paths
596
602
DIST_REQUIRE_ALL_TOOLS : 1
597
603
CODEGEN_BACKENDS : llvm,cranelift
598
- << : *job-windows
604
+ << : *job-windows-19
599
605
600
606
- name : dist-aarch64-msvc
601
607
env :
You can’t perform that action at this time.
0 commit comments