Skip to content

Commit 232c5de

Browse files
committed
ci: use windows 22 for all free runners
1 parent 8c12d76 commit 232c5de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,13 +542,13 @@ auto:
542542
env:
543543
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
544544
SCRIPT: make ci-msvc-py
545-
<<: *job-windows-25
545+
<<: *job-windows
546546

547547
- name: x86_64-msvc-2
548548
env:
549549
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-sanitizers --enable-profiler
550550
SCRIPT: make ci-msvc-ps1
551-
<<: *job-windows-25
551+
<<: *job-windows
552552

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

0 commit comments

Comments
 (0)