Skip to content

Commit 1c3f812

Browse files
authored
Pin on macos-12 on CI for now (#7346)
* Fix CI * Update build.yml
1 parent f6a56f5 commit 1c3f812

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
strategy:
122122
fail-fast: false
123123
matrix:
124-
os: [ubuntu-latest, macos-latest, windows-latest]
124+
os: [ubuntu-latest, macos-12, windows-latest]
125125
python: ['3.8', '3.11', '3.12']
126126
include:
127127
- python: '3.8'
@@ -132,7 +132,7 @@ jobs:
132132
dist: 'notebook*.whl'
133133
- os: windows-latest
134134
py_cmd: python
135-
- os: macos-latest
135+
- os: macos-12
136136
py_cmd: python3
137137
- os: ubuntu-latest
138138
py_cmd: python

0 commit comments

Comments
 (0)