mirror of https://github.com/astral-sh/ruff
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:
parent
ef85c682bd
commit
8a8240b8a6
|
|
@ -6,4 +6,5 @@ self-hosted-runner:
|
|||
labels:
|
||||
- depot-ubuntu-latest-8
|
||||
- depot-ubuntu-22.04-16
|
||||
- windows-latest-xlarge
|
||||
- github-windows-2025-x86_64-8
|
||||
- github-windows-2025-x86_64-16
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue