Skip to content

Commit 2e21aa8

Browse files
authored
Rollup merge of rust-lang#144069 - marcoieni:windows-22-free, r=jieyouxu
ci: use windows 22 for all free runners try-job: `x86_64-msvc-*`
2 parents 97bee8f + a886852 commit 2e21aa8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ runners:
3434
os: windows-2022
3535
<<: *base-job
3636

37+
# NOTE: windows-2025 has less disk space available than windows-2022,
38+
# because the D drive is missing.
3739
- &job-windows-25
3840
os: windows-2025
3941
<<: *base-job
@@ -542,13 +544,13 @@ auto:
542544
env:
543545
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
544546
SCRIPT: make ci-msvc-py
545-
<<: *job-windows-25
547+
<<: *job-windows
546548

547549
- name: x86_64-msvc-2
548550
env:
549551
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
550552
SCRIPT: make ci-msvc-ps1
551-
<<: *job-windows-25
553+
<<: *job-windows
552554

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

0 commit comments

Comments
 (0)