Skip to content

Commit

Permalink
Move to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
loicdiridollou committed Nov 26, 2024
1 parent 90cb79b commit c3f2c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# macos-13 is intel-based, latest is arm
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
# macos-latest is arm
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12"]

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

0 comments on commit c3f2c7e

Please sign in to comment.