Skip to content

Commit 861ee47

Browse files
committed
ci: switch x86_64-msvc-{1,2} back to Windows Server 2025 images
New Windows Server 2025 images have been released (20250527).
1 parent e0d014a commit 861ee47

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ runners:
3030
os: windows-2022
3131
<<: *base-job
3232

33-
# FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
34-
# insufficient disk space.
3533
- &job-windows-25
3634
os: windows-2025
3735
<<: *base-job
@@ -492,17 +490,13 @@ auto:
492490
env:
493491
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
494492
SCRIPT: make ci-msvc-py
495-
# FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
496-
# insufficient disk space.
497-
<<: *job-windows
493+
<<: *job-windows-25
498494

499495
- name: x86_64-msvc-2
500496
env:
501497
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
502498
SCRIPT: make ci-msvc-ps1
503-
# FIXME(#141022): Windows Server 2025 20250504.1.0 currently experiences
504-
# insufficient disk space.
505-
<<: *job-windows
499+
<<: *job-windows-25
506500

507501
# i686-msvc is split into two jobs to run tests in parallel.
508502
- name: i686-msvc-1

0 commit comments

Comments
 (0)