diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e92d2b55..88253a25 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -68,7 +68,7 @@ jobs: needs: - generate-matrix - pythonbuild - runs-on: windows-latest + runs-on: windows-latest-large strategy: matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }} fail-fast: false