mirror of https://github.com/astral-sh/ruff
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:
parent
9e79d64d62
commit
42c35b6f44
|
|
@ -159,7 +159,7 @@ jobs:
|
||||||
|
|
||||||
cargo-test-windows:
|
cargo-test-windows:
|
||||||
name: "cargo test (windows)"
|
name: "cargo test (windows)"
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest-xlarge
|
||||||
needs: determine_changes
|
needs: determine_changes
|
||||||
if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
|
if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue