We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macos-12
1 parent f6a56f5 commit 1c3f812Copy full SHA for 1c3f812
.github/workflows/build.yml
@@ -121,7 +121,7 @@ jobs:
121
strategy:
122
fail-fast: false
123
matrix:
124
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-12, windows-latest]
125
python: ['3.8', '3.11', '3.12']
126
include:
127
- python: '3.8'
@@ -132,7 +132,7 @@ jobs:
132
dist: 'notebook*.whl'
133
- os: windows-latest
134
py_cmd: python
135
- - os: macos-latest
+ - os: macos-12
136
py_cmd: python3
137
- os: ubuntu-latest
138
0 commit comments