Skip to content

Commit 1212d8e

Browse files
Update build_wheels_macos.yml
macos deployment target
1 parent 37d7f58 commit 1212d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheels_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Build wheels
1717
uses: pypa/[email protected]
1818
env:
19-
MACOSX_DEPLOYMENT_TARGET: "10.13"
19+
MACOSX_DEPLOYMENT_TARGET: "10.14"
2020

2121
- uses: actions/upload-artifact@v2
2222
with:
23-
path: ./wheelhouse/*.whl
23+
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)