Skip to content

Commit 3291dfe

Browse files
authored
Use larger GitHub Windows runner (#432)
Trying again based on #427 to see if that worked!
1 parent f3bac77 commit 3291dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
needs:
6969
- generate-matrix
7070
- pythonbuild
71-
runs-on: windows-latest
71+
runs-on: windows-latest-large
7272
strategy:
7373
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
7474
fail-fast: false

0 commit comments

Comments
 (0)