Skip to content

Commit 7a3eb23

Browse files
committed
Use Depot Windows runners for cargo test
1 parent 1188ffc commit 7a3eb23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)