Skip to content

Commit

Permalink
Update unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscojavierarceo authored Dec 23, 2024
1 parent b8f15e2 commit 83aff01
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11"]
os: [ ubuntu-latest, macos-14 ]
os: [ ubuntu-latest, macos-13, macos-14 ]
exclude:
- os: macos-13
python-version: "3.9"
- os: macos-14
python-version: ["3.9", "3.10"]

env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 83aff01

Please sign in to comment.