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 33c245b commit 086055fCopy full SHA for 086055f
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
@@ -451,7 +447,7 @@ auto:
451
447
python x.py miri --stage 2 library/alloc --test-args notest &&
452
448
python x.py miri --stage 2 library/std --test-args notest
453
449
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
454
- <<: *job-windows
450
+ <<: *job-windows-8c
455
456
# Run `checktools.sh` and upload the toolstate file.
457
- image: x86_64-msvc-ext3
0 commit comments