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:
commit
fd18175e79
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue