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 1d71891 commit f6f87d9Copy full SHA for f6f87d9
src/ci/github-actions/jobs.yml
@@ -24,10 +24,6 @@ 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
@@ -387,7 +383,7 @@ auto:
387
383
python x.py miri --stage 2 library/alloc --test-args notest &&
388
384
python x.py miri --stage 2 library/std --test-args notest
389
385
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
390
- <<: *job-windows
386
+ <<: *job-windows-8c
391
392
# 32/64-bit MinGW builds.
393
#
0 commit comments