Skip to content

Commit 6e8fe69

Browse files
committed
Use Depot Windows runners for cargo test
1 parent 1188ffc commit 6e8fe69

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
@@ -312,7 +312,7 @@ jobs:
312312

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

0 commit comments

Comments
 (0)