Skip to content

Commit 6794e82

Browse files
committed
Python Bindings - use macosx 11 instead of 10 for min (as 10 gets ignored)
1 parent 275d6fa commit 6794e82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
run: |
7272
cd ./bindings/python
7373
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
74+
python setup.py bdist_wheel -p macosx_11_0_x86_64
75+
python setup.py bdist_wheel -p macosx_11_0_arm64
7676
7777
- uses: actions/upload-artifact@v4
7878
with:

0 commit comments

Comments
 (0)