Skip to content

Commit 7608776

Browse files
committed
[pypi]
1 parent 4576aba commit 7608776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build macos-12 wheels
4646
if: matrix.os == 'macos-12'
4747
env:
48-
# all cp3xx, since old macs seem to only use osx 11+ builds if this is set not "none"
48+
# all cp3xx, since old macs seem to only use osx 12+ builds if this is set not "none"
4949
# see consistency with get_tag() in setup.py
5050
MACOSX_DEPLOYMENT_TARGET: 12
5151
CIBW_SKIP: pp*

0 commit comments

Comments
 (0)