File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,13 @@ 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/rust/issues/137733 for more details.
40
+ # FIXME(#137733): go back to Windows 2022 once this is resolved
41
+ - &job-windows-19
42
+ os : windows-2019
43
+ << : *base-job
44
+
38
45
- &job-windows-25
39
46
os : windows-2025
40
47
<< : *base-job
@@ -474,13 +481,13 @@ auto:
474
481
env :
475
482
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc --enable-sanitizers
476
483
SCRIPT : make ci-msvc-py
477
- << : *job-windows
484
+ << : *job-windows-19
478
485
479
486
- name : i686-msvc-2
480
487
env :
481
488
RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc --enable-sanitizers
482
489
SCRIPT : make ci-msvc-ps1
483
- << : *job-windows
490
+ << : *job-windows-19
484
491
485
492
# x86_64-msvc-ext is split into multiple jobs to run tests in parallel.
486
493
- name : x86_64-msvc-ext1
@@ -595,7 +602,7 @@ auto:
595
602
SCRIPT : python x.py dist bootstrap --include-default-paths
596
603
DIST_REQUIRE_ALL_TOOLS : 1
597
604
CODEGEN_BACKENDS : llvm,cranelift
598
- << : *job-windows
605
+ << : *job-windows-19
599
606
600
607
- name : dist-aarch64-msvc
601
608
env :
You can’t perform that action at this time.
0 commit comments