Skip to content

Commit dcb3154

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

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
@@ -31,10 +31,6 @@ runners:
3131
os: macos-14
3232
<<: *base-job
3333

34-
- &job-windows
35-
os: windows-2022
36-
<<: *base-job
37-
3834
- &job-windows-8c
3935
os: windows-2022-8core-32gb
4036
<<: *base-job
@@ -452,7 +448,7 @@ auto:
452448
python x.py miri --stage 2 library/alloc --test-args notest &&
453449
python x.py miri --stage 2 library/std --test-args notest
454450
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
455-
<<: *job-windows
451+
<<: *job-windows-8c
456452

457453
# 32/64-bit MinGW builds.
458454
#

0 commit comments

Comments
 (0)