Skip to content

Commit

Permalink
Merge pull request #1817 from EliahKagan/ci-arm
Browse files Browse the repository at this point in the history
Test with M1 macOS CI runner
  • Loading branch information
Byron committed Feb 6, 2024
2 parents 3749037 + 9ad28c3 commit 6cba89f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-13", "windows-latest"]
os: ["ubuntu-latest", "macos-13", "macos-14", "windows-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: "macos-14"
python-version: "3.7"
- os: "macos-14"
python-version: "3.8"
- os: "macos-14"
python-version: "3.9"
include:
- experimental: false

Expand Down

0 comments on commit 6cba89f

Please sign in to comment.