We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo test
1 parent 1188ffc commit 7a3eb23Copy full SHA for 7a3eb23
1 file changed
.github/workflows/ci.yaml
@@ -312,7 +312,7 @@ jobs:
312
313
cargo-test-windows:
314
name: "cargo test (windows)"
315
- runs-on: github-windows-2025-x86_64-16
+ runs-on: depot-windows-2022-16
316
needs: determine_changes
317
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
318
timeout-minutes: 20
0 commit comments