mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
CI: increase minimum macOS version of Python bindings to 10.15 (#1511)
This commit is contained in:
parent
fd3014016b
commit
bcbcad98d0
@ -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…
Reference in New Issue
Block a user