We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc4165 commit 1439844Copy full SHA for 1439844
src/ci/github-actions/jobs.yml
@@ -24,6 +24,10 @@ runners:
24
os: macos-14
25
<<: *base-job
26
27
+ - &job-windows
28
+ os: windows-2022
29
+ <<: *base-job
30
+
31
- &job-windows-8c
32
os: windows-2022-8core-32gb
33
@@ -383,7 +387,7 @@ auto:
383
387
python x.py miri --stage 2 library/alloc --test-args notest &&
384
388
python x.py miri --stage 2 library/std --test-args notest
385
389
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
386
- <<: *job-windows-8c
390
+ <<: *job-windows
391
392
# 32/64-bit MinGW builds.
393
#
0 commit comments