Skip to content

Commit

Permalink
CI: Use faster Ubuntu and Windows runners for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Mar 8, 2024
1 parent 6345053 commit e7be194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest-8cores, windows-latest-8cores, macOS-latest]
extra_flags:
- NOT_A_PUZZLE
- orchard
Expand Down

0 comments on commit e7be194

Please sign in to comment.