Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1439844

Browse files
ChrisDentoncuviper
authored andcommittedOct 12, 2024··
Use small runner for msvc-ext2 job
(cherry picked from commit ebe4fc4)
1 parent 9bc4165 commit 1439844

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎src/ci/github-actions/jobs.yml

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

27+
- &job-windows
28+
os: windows-2022
29+
<<: *base-job
30+
2731
- &job-windows-8c
2832
os: windows-2022-8core-32gb
2933
<<: *base-job
@@ -383,7 +387,7 @@ auto:
383387
python x.py miri --stage 2 library/alloc --test-args notest &&
384388
python x.py miri --stage 2 library/std --test-args notest
385389
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
386-
<<: *job-windows-8c
390+
<<: *job-windows
387391

388392
# 32/64-bit MinGW builds.
389393
#

0 commit comments

Comments
 (0)