Rollup merge of #144069 - marcoieni:windows-22-free, r=jieyouxu

ci: use windows 22 for all free runners

try-job: `x86_64-msvc-*`
This commit is contained in:
Matthias Krüger 2025-07-18 14:49:22 +02:00 committed by GitHub
commit fd18175e79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,8 @@ runners:
os: windows-2022
<<: *base-job
# NOTE: windows-2025 has less disk space available than windows-2022,
# because the D drive is missing.
- &job-windows-25
os: windows-2025
<<: *base-job
@ -542,13 +544,13 @@ auto:
env:
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
SCRIPT: make ci-msvc-py
<<: *job-windows-25
<<: *job-windows
- name: x86_64-msvc-2
env:
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
SCRIPT: make ci-msvc-ps1
<<: *job-windows-25
<<: *job-windows
# i686-msvc is split into two jobs to run tests in parallel.
- name: i686-msvc-1