We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765aee8 commit dcb3154Copy full SHA for dcb3154
src/ci/github-actions/jobs.yml
@@ -31,10 +31,6 @@ runners:
31
os: macos-14
32
<<: *base-job
33
34
- - &job-windows
35
- os: windows-2022
36
- <<: *base-job
37
-
38
- &job-windows-8c
39
os: windows-2022-8core-32gb
40
@@ -452,7 +448,7 @@ auto:
452
448
python x.py miri --stage 2 library/alloc --test-args notest &&
453
449
python x.py miri --stage 2 library/std --test-args notest
454
450
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
455
- <<: *job-windows
451
+ <<: *job-windows-8c
456
457
# 32/64-bit MinGW builds.
458
#
0 commit comments