Skip to content

Commit

Permalink
Fix failing macos-latest Python 3.7 CI (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
notatallshaw committed May 3, 2024
1 parent 674a491 commit de9b5a6
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 @@ -27,8 +27,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 de9b5a6

Please sign in to comment.