Skip to content

Commit

Permalink
Only run CI on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Oct 6, 2024
1 parent ef1d4d3 commit cf694d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest]
fail-fast: false # Continue running jobs even if one fails

steps:
Expand Down

0 comments on commit cf694d1

Please sign in to comment.