Skip to content

Commit 80053cf

Browse files
macos build wheel test
1 parent b2d5872 commit 80053cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_wheels_macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
- name: Build wheels
17-
run: pipx run cibuildwheel==2.5.0
17+
uses: pypa/[email protected]
18+
env:
19+
MACOSX_DEPLOYMENT_TARGET: "10.13"
1820

1921
- uses: actions/upload-artifact@v2
2022
with:

0 commit comments

Comments
 (0)