Skip to content

Commit

Permalink
Update CI for MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed May 6, 2024
1 parent 0039b9d commit efb2043
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,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', '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@v3
Expand Down

0 comments on commit efb2043

Please sign in to comment.