Skip to content

Commit 5375c06

Browse files
author
Bret McGuire
committed
Update cibuildwheel on Mac build to see if that resolves odd build errors
1 parent 66912fb commit 5375c06

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build_wheels_mac.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
- uses: actions/checkout@v3
1717
with:
1818
submodules: true
19-
2019
- name: Build wheels
21-
run: cd python-driver && pipx run cibuildwheel==2.12.1
22-
20+
run: cd python-driver && pipx run cibuildwheel==2.16.2
2321
- uses: actions/upload-artifact@v3
2422
with:
2523
path: python-driver/wheelhouse/*.whl

0 commit comments

Comments
 (0)