Skip to content

Commit c5b7ac2

Browse files
committed
Auto merge of rust-lang#136478 - marcoieni:x86_64-msvc-ext-windows-25, r=<try>
ci: move x86_64-msvc-ext jobs to windows 2025 try-job: x86_64-msvc-ext1 try-job: x86_64-msvc-ext2 try-job: x86_64-msvc-ext3
2 parents 672e3aa + 131e3fe commit c5b7ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ci/github-actions/jobs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ auto:
488488
env:
489489
SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo
490490
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
491-
<<: *job-windows
491+
<<: *job-windows-25
492492

493493
# Temporary builder to workaround CI issues
494494
# See <https://github.com/rust-lang/rust/issues/127883>
@@ -502,7 +502,7 @@ auto:
502502
python x.py miri --stage 2 library/alloc --test-args notest &&
503503
python x.py miri --stage 2 library/std --test-args notest
504504
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld
505-
<<: *job-windows
505+
<<: *job-windows-25
506506

507507
# Run `checktools.sh` and upload the toolstate file.
508508
- name: x86_64-msvc-ext3
@@ -511,7 +511,7 @@ auto:
511511
HOST_TARGET: x86_64-pc-windows-msvc
512512
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json
513513
DEPLOY_TOOLSTATES_JSON: toolstates-windows.json
514-
<<: *job-windows
514+
<<: *job-windows-25
515515

516516
# 32/64-bit MinGW builds.
517517
#

0 commit comments

Comments
 (0)