Skip to content

Commit

Permalink
Use larger GitHub Windows runner (#432)
Browse files Browse the repository at this point in the history
Trying again based on #427 to see if that worked!
  • Loading branch information
zanieb authored Dec 18, 2024
1 parent f3bac77 commit 3291dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3291dfe

Please sign in to comment.