Skip to content

Commit

Permalink
fix: Specify version instead of latest macOS runner version for unit …
Browse files Browse the repository at this point in the history
…test actions

Signed-off-by: Jeremy Ary <[email protected]>
  • Loading branch information
jeremyary committed Apr 23, 2024
1 parent 0c30e96 commit 21d57c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10" ]
os: [ ubuntu-latest, macOS-latest ]
os: [ ubuntu-latest, macOS-12 ]
exclude:
- os: macOS-latest
- os: macOS-12
python-version: "3.9"
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 21d57c7

Please sign in to comment.