Skip to content

Commit 086055f

Browse files
committed
Revert "Use small runner for msvc-ext2 job"
This reverts commit ebe4fc4.
1 parent 33c245b commit 086055f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 1 addition & 5 deletions
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
@@ -451,7 +447,7 @@ auto:
451447
python x.py miri --stage 2 library/alloc --test-args notest &&
452448
python x.py miri --stage 2 library/std --test-args notest
453449
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
454-
<<: *job-windows
450+
<<: *job-windows-8c
455451

456452
# Run `checktools.sh` and upload the toolstate file.
457453
- image: x86_64-msvc-ext3

0 commit comments

Comments
 (0)