Skip to content

Commit

Permalink
Pin on macos-12 on CI for now (#7346)
Browse files Browse the repository at this point in the history
* Fix CI

* Update build.yml
  • Loading branch information
jtpio committed Apr 27, 2024
1 parent f6a56f5 commit 1c3f812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -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'
Expand All @@ -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
Expand Down

0 comments on commit 1c3f812

Please sign in to comment.