diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 81969ccb17..f96c7ead99 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -7,6 +7,7 @@ self-hosted-runner: - depot-ubuntu-latest-8 - depot-ubuntu-22.04-16 - depot-ubuntu-22.04-32 + - depot-windows-2022-16 - github-windows-2025-x86_64-8 - github-windows-2025-x86_64-16 - codspeed-macro diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 03d71094a7..1d7124e09e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -313,7 +313,7 @@ jobs: cargo-test-windows: name: "cargo test (windows)" - runs-on: github-windows-2025-x86_64-16 + runs-on: depot-windows-2022-16 needs: determine_changes if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }} timeout-minutes: 20