We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97bee8f + a886852 commit 2e21aa8Copy full SHA for 2e21aa8
1 file changed
src/ci/github-actions/jobs.yml
@@ -34,6 +34,8 @@ runners:
34
os: windows-2022
35
<<: *base-job
36
37
+ # NOTE: windows-2025 has less disk space available than windows-2022,
38
+ # because the D drive is missing.
39
- &job-windows-25
40
os: windows-2025
41
@@ -542,13 +544,13 @@ auto:
542
544
env:
543
545
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
546
SCRIPT: make ci-msvc-py
- <<: *job-windows-25
547
+ <<: *job-windows
548
549
- name: x86_64-msvc-2
550
551
552
SCRIPT: make ci-msvc-ps1
553
554
555
# i686-msvc is split into two jobs to run tests in parallel.
556
- name: i686-msvc-1
0 commit comments