Skip to content

Commit 5cc6bab

Browse files
Auto merge of #144069 - marcoieni:windows-22-free, r=<try>
ci: use windows 22 for all free runners <!-- homu-ignore:start --> <!-- If this PR is related to an unstable feature or an otherwise tracked effort, please link to the relevant tracking issue here. If you don't know of a related tracking issue or there are none, feel free to ignore this. This PR will get automatically assigned to a reviewer. In case you would like a specific user to review your work, you can assign it to them by using r? <reviewer name> --> As discussed in [#t-infra > windows-2025 image](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/windows-2025.20image/with/529269980), the windows 25 image has fewer disk space than the windows 22 image. So we are moving CI to use windows 22, at least for the free runners. <!-- homu-ignore:end --> try-job: `x86_64-msvc-*`
2 parents 8c12d76 + 232c5de commit 5cc6bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,13 +542,13 @@ auto:
542542
env:
543543
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
544544
SCRIPT: make ci-msvc-py
545-
<<: *job-windows-25
545+
<<: *job-windows
546546

547547
- name: x86_64-msvc-2
548548
env:
549549
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
550550
SCRIPT: make ci-msvc-ps1
551-
<<: *job-windows-25
551+
<<: *job-windows
552552

553553
# i686-msvc is split into two jobs to run tests in parallel.
554554
- name: i686-msvc-1

0 commit comments

Comments
 (0)