diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2024-09-09 12:05:29 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2024-09-09 12:05:29 +0000 |
| commit | ebe4fc4e1269157e018cc127d69c8128d1a56702 (patch) | |
| tree | 0aeb0ce47bcde489e6cdcd2cc712b1ba7721d7f3 /src/ci/github-actions | |
| parent | 1f44f0a66fa0892ca680a26e271d22993d53de5c (diff) | |
| download | rust-ebe4fc4e1269157e018cc127d69c8128d1a56702.tar.gz rust-ebe4fc4e1269157e018cc127d69c8128d1a56702.zip | |
Use small runner for msvc-ext2 job
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index e237e98b7b7..04ea1bdc082 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -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 @@ -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. # |
