Skip to content

Commit

Permalink
chore: Update unit_tests.yml to use latest Mac OS (#4875)
Browse files Browse the repository at this point in the history
* chore: Update unit_tests.yml to use latest Mac OS

* Update unit_tests.yml

* Update unit_tests.yml

* Update unit_tests.yml
  • Loading branch information
franciscojavierarceo authored Dec 23, 2024
1 parent 3f49517 commit 18ff604
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,10 +13,15 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11"]
os: [ ubuntu-latest, macos-13 ]
os: [ ubuntu-latest, macos-13, macos-14 ]
exclude:
- os: macos-13
python-version: "3.9"
- os: macos-14
python-version: "3.9"
- os: macos-14
python-version: "3.10"

env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit 18ff604

Please sign in to comment.