Skip to content

Commit efb2043

Browse files
committedMay 6, 2024·
Update CI for MacOS.
1 parent 0039b9d commit efb2043

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/python-package.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ubuntu-latest, macos-latest, windows-latest]
33+
os: [ubuntu-latest, macos-12, macos-latest, windows-latest]
3434
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-2.7', 'pypy-3.9']
35+
exclude:
36+
# macos-latest does not have Python 3.7
37+
- os: macos-latest
38+
python-version: '3.7'
3539

3640
steps:
3741
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.