Skip to content

Commit

Permalink
add macOS 14 (M1) to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Feb 19, 2024
1 parent 051a44a commit bf698da
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ concurrency:
jobs:
test:
name: Test with Python ${{matrix.python}} on ${{matrix.platform}}
runs-on: ${{matrix.platform}}-latest
runs-on: ${{matrix.platform}}
strategy:
matrix:
platform:
- macos
- windows
- ubuntu
- macos-latest
- windows-latest
- ubuntu-latest
- macos-14
python:
- "3.10"
- "3.11"
Expand Down

0 comments on commit bf698da

Please sign in to comment.