Use larger GitHub runner for testing on Windows (#14461)

Reduces to 3m 50s (extra large) or 6m 5s (large) vs 9m 7s (standard)
This commit is contained in:
Zanie Blue 2024-11-19 18:00:59 -06:00 committed by GitHub
parent 9e79d64d62
commit 42c35b6f44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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