Skip to content

Commit

Permalink
Mac now runs, test full matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed Jul 18, 2024
1 parent 8450b24 commit 9412d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9']
os: [macos-13]
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [macos-13, ubuntu-latest]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 9412d92

Please sign in to comment.