diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1d8fe5fc5..8136a69eaa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -159,7 +159,7 @@ jobs: cargo-test-windows: name: "cargo test (windows)" - runs-on: windows-latest + runs-on: windows-latest-xlarge needs: determine_changes if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }} timeout-minutes: 20