Skip to content

Commit

Permalink
temporarily restrict build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Nov 26, 2024
1 parent 7418d9b commit b5cb9d7
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 @@ -39,7 +39,7 @@ jobs:
needs: pre-commit
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest] #, macOS-latest, windows-latest]
java-version: [17]
java-distribution: ["corretto"]
python-version: ["3.9", "3.13"]
Expand Down

0 comments on commit b5cb9d7

Please sign in to comment.