CI: increase minimum macOS version of Python bindings to 10.15 (#1511)

This commit is contained in:
cebtenzzre
2023-10-18 12:23:00 -04:00
committed by GitHub
parent fd3014016b
commit bcbcad98d0

View File

@@ -444,7 +444,7 @@ jobs:
name: Build wheel
command: |
cd gpt4all-bindings/python
python setup.py bdist_wheel --plat-name=macosx_10_9_universal2
python setup.py bdist_wheel --plat-name=macosx_10_15_universal2
- persist_to_workspace:
root: gpt4all-bindings/python/dist
paths: