Use new-style Windows runner tag (#15661)

I changed these org-wide to make it more obvious what runner it maps to;
did not update here as I did in uv
This commit is contained in:
Zanie Blue
2025-01-21 17:44:17 -06:00
committed by GitHub
parent ef85c682bd
commit 8a8240b8a6
2 changed files with 3 additions and 2 deletions

View File

@@ -203,7 +203,7 @@ jobs:
cargo-test-windows:
name: "cargo test (windows)"
runs-on: windows-latest-xlarge
runs-on: github-windows-2025-x86_64-16
needs: determine_changes
if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
timeout-minutes: 20