We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275d6fa commit 6794e82Copy full SHA for 6794e82
1 file changed
.github/workflows/release_python.yml
@@ -71,8 +71,8 @@ jobs:
71
run: |
72
cd ./bindings/python
73
python -m pip install setuptools
74
- python setup.py bdist_wheel -p macosx_10_0_x86_64
75
- python setup.py bdist_wheel -p macosx_10_0_arm64
+ python setup.py bdist_wheel -p macosx_11_0_x86_64
+ python setup.py bdist_wheel -p macosx_11_0_arm64
76
77
- uses: actions/upload-artifact@v4
78
with:
0 commit comments