Skip to content

Commit f6f87d9

Browse files
committed
Revert "Use small runner for msvc-ext2 job"
This reverts commit ebe4fc4.
1 parent 1d71891 commit f6f87d9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/ci/github-actions/jobs.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ runners:
2424
os: macos-14
2525
<<: *base-job
2626

27-
- &job-windows
28-
os: windows-2022
29-
<<: *base-job
30-
3127
- &job-windows-8c
3228
os: windows-2022-8core-32gb
3329
<<: *base-job
@@ -387,7 +383,7 @@ auto:
387383
python x.py miri --stage 2 library/alloc --test-args notest &&
388384
python x.py miri --stage 2 library/std --test-args notest
389385
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
390-
<<: *job-windows
386+
<<: *job-windows-8c
391387

392388
# 32/64-bit MinGW builds.
393389
#

0 commit comments

Comments
 (0)