Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscojavierarceo authored Aug 4, 2024
1 parent 8117bb7 commit 48fe4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
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", "3.10", "3.11"]
os: [ ubuntu-latest, macos-13 ]
python-version: [ "3.9", "3.10", "3.11", "3.12"]
os: [ ubuntu-latest, macos-13, macos-latest ]
exclude:
- os: macos-13
python-version: "3.9"
Expand Down

0 comments on commit 48fe4c6

Please sign in to comment.