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

py-win-mingw-path
cebtenzzre 9 months ago committed by GitHub
parent fd3014016b
commit bcbcad98d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save