File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments