Skip to content

Commit

Permalink
chore: Update unit_tests.yml to use latest Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscojavierarceo authored Dec 23, 2024
1 parent 4de187d commit 7b64a09
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11"]
os: [ ubuntu-latest, macos-13 ]
exclude:
- os: macos-13
python-version: "3.9"
os: [ ubuntu-latest, macos-latest ]

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

0 comments on commit 7b64a09

Please sign in to comment.