Skip to content

Commit

Permalink
Add macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdiridollou committed Nov 22, 2024
1 parent 11c2d1b commit 3645e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
# Don't use macos-latest because it is arm64
os: [ubuntu-latest, windows-latest, macos-13]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
python-version: ["3.10", "3.11", "3.12", "3.13"]

name: OS ${{ matrix.os }} - Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 3645e45

Please sign in to comment.