Skip to content

Commit

Permalink
Update macOS CI configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Oct 28, 2024
1 parent 47ab66c commit 6aa39ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-2.7', 'pypy-3.9']
exclude:
# macos-latest does not have Python 3.7
- os: macos-latest
python-version: '3.7'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6aa39ee

Please sign in to comment.