We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bac77 commit 3291dfeCopy full SHA for 3291dfe
.github/workflows/windows.yml
@@ -68,7 +68,7 @@ jobs:
68
needs:
69
- generate-matrix
70
- pythonbuild
71
- runs-on: windows-latest
+ runs-on: windows-latest-large
72
strategy:
73
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
74
fail-fast: false
0 commit comments