Skip to content

Commit cb512ba

Browse files
authored
Use Depot Windows runners for cargo test (#18754)
From 6m 15s -> 3m 54s (total runtime) See also astral-sh/uv#14122 We don't use a Dev Drive here so this is trivial (ref #15664)
1 parent 97af091 commit cb512ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actionlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ self-hosted-runner:
77
- depot-ubuntu-latest-8
88
- depot-ubuntu-22.04-16
99
- depot-ubuntu-22.04-32
10+
- depot-windows-2022-16
1011
- github-windows-2025-x86_64-8
1112
- github-windows-2025-x86_64-16
1213
- codspeed-macro

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313

314314
cargo-test-windows:
315315
name: "cargo test (windows)"
316-
runs-on: github-windows-2025-x86_64-16
316+
runs-on: depot-windows-2022-16
317317
needs: determine_changes
318318
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
319319
timeout-minutes: 20

0 commit comments

Comments
 (0)