Skip to content

Commit

Permalink
Merge pull request #1946 from EliahKagan/ci-arm-instead
Browse files Browse the repository at this point in the history
Remove the non-ARM macOS CI jobs
  • Loading branch information
Byron authored Jul 24, 2024
2 parents 0b81749 + be6744b commit 855befa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-13", "macos-14", "windows-latest"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: "macos-14"
- os: "macos-latest"
python-version: "3.7"
include:
- experimental: false
Expand Down

0 comments on commit 855befa

Please sign in to comment.