Skip to content

Commit

Permalink
Use larger GitHub runner for testing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Nov 19, 2024
1 parent dbbe7a7 commit a8d34b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:

cargo-test-windows:
name: "cargo test (windows)"
runs-on: windows-latest
runs-on: windows-latest-large
needs: determine_changes
if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }}
timeout-minutes: 20
Expand Down

0 comments on commit a8d34b1

Please sign in to comment.