From 131e3fe68e6c56a1e8cf7989d18cf8e6d271ebd3 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Wed, 12 Feb 2025 10:17:11 +0100 Subject: [PATCH] ci: move x86_64-msvc-ext jobs to windows 2025 --- src/ci/github-actions/jobs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index c08104e796b93..7a11f0dee1788 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -488,7 +488,7 @@ auto: env: SCRIPT: python x.py --stage 2 test src/tools/cargotest src/tools/cargo RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld - <<: *job-windows + <<: *job-windows-25 # Temporary builder to workaround CI issues # See @@ -502,7 +502,7 @@ auto: python x.py miri --stage 2 library/alloc --test-args notest && python x.py miri --stage 2 library/std --test-args notest RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld - <<: *job-windows + <<: *job-windows-25 # Run `checktools.sh` and upload the toolstate file. - name: x86_64-msvc-ext3 @@ -511,7 +511,7 @@ auto: HOST_TARGET: x86_64-pc-windows-msvc RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-lld --save-toolstates=/tmp/toolstate/toolstates.json DEPLOY_TOOLSTATES_JSON: toolstates-windows.json - <<: *job-windows + <<: *job-windows-25 # 32/64-bit MinGW builds. #