Skip to content

Commit

Permalink
Use small runner for msvc-ext2 job
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Sep 9, 2024
1 parent 1f44f0a commit ebe4fc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ runners:
os: macos-14
<<: *base-job

- &job-windows
os: windows-2022
<<: *base-job

- &job-windows-8c
os: windows-2022-8core-32gb
<<: *base-job
Expand Down Expand Up @@ -383,7 +387,7 @@ auto:
python x.py miri --stage 2 library/alloc --test-args notest &&
python x.py miri --stage 2 library/std --test-args notest
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
<<: *job-windows-8c
<<: *job-windows

# 32/64-bit MinGW builds.
#
Expand Down

0 comments on commit ebe4fc4

Please sign in to comment.