Pin on macos-12 on CI for now (#7346)

* Fix CI

* Update build.yml
This commit is contained in:
Jeremy Tuloup 2024-04-27 16:05:38 +02:00 committed by GitHub
parent f6a56f5608
commit 1c3f812338
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
python: ['3.8', '3.11', '3.12']
include:
- python: '3.8'
@ -132,7 +132,7 @@ jobs:
dist: 'notebook*.whl'
- os: windows-latest
py_cmd: python
- os: macos-latest
- os: macos-12
py_cmd: python3
- os: ubuntu-latest
py_cmd: python