Skip to content

Commit f1135c3

Browse files
committed
Pin macOS version on package workflow.
1 parent 2ed28de commit f1135c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
runs-on: ${{ matrix.os }}
154154
strategy:
155155
matrix:
156-
os: ["macos-latest"]
156+
os: ["macos-10.15"]
157157
python-version: ["3.x"]
158158
steps:
159159
# v2 breaks `git describe` so v1 is needed.

0 commit comments

Comments
 (0)