diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-07-18 14:49:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-18 14:49:22 +0200 |
| commit | fd18175e797f32cde999348c366bb98af41177db (patch) | |
| tree | 5b05bd4dae0473e318dad7a32acf7cba9a0a6f48 /src | |
| parent | c0d848dbc9df55a5a4e091ca67277bc75949795c (diff) | |
| parent | a886852e23fad1be91648871b0240805fd52c13c (diff) | |
| download | rust-fd18175e797f32cde999348c366bb98af41177db.tar.gz rust-fd18175e797f32cde999348c366bb98af41177db.zip | |
Rollup merge of #144069 - marcoieni:windows-22-free, r=jieyouxu
ci: use windows 22 for all free runners try-job: `x86_64-msvc-*`
Diffstat (limited to 'src')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 6c5e37b51ef..f0c52fe3d1c 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -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 |
