mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
ci: update XCode for C++20 ranges::find (#2813)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
26113a17fb
commit
0fcf1dda5f
@ -29,7 +29,7 @@ jobs:
|
|||||||
- run: echo "CircleCI pipeline triggered"
|
- run: echo "CircleCI pipeline triggered"
|
||||||
build-offline-chat-installer-macos:
|
build-offline-chat-installer-macos:
|
||||||
macos:
|
macos:
|
||||||
xcode: 14.0.0
|
xcode: 15.4.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
@ -101,7 +101,7 @@ jobs:
|
|||||||
|
|
||||||
sign-offline-chat-installer-macos:
|
sign-offline-chat-installer-macos:
|
||||||
macos:
|
macos:
|
||||||
xcode: 14.0.0
|
xcode: 15.4.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
# attach to a workspace containing unsigned dmg
|
# attach to a workspace containing unsigned dmg
|
||||||
@ -136,7 +136,7 @@ jobs:
|
|||||||
|
|
||||||
notarize-offline-chat-installer-macos:
|
notarize-offline-chat-installer-macos:
|
||||||
macos:
|
macos:
|
||||||
xcode: 14.0.0
|
xcode: 15.4.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
@ -161,7 +161,7 @@ jobs:
|
|||||||
|
|
||||||
build-online-chat-installer-macos:
|
build-online-chat-installer-macos:
|
||||||
macos:
|
macos:
|
||||||
xcode: 14.0.0
|
xcode: 15.4.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
@ -235,7 +235,7 @@ jobs:
|
|||||||
|
|
||||||
sign-online-chat-installer-macos:
|
sign-online-chat-installer-macos:
|
||||||
macos:
|
macos:
|
||||||
xcode: 14.0.0
|
xcode: 15.4.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
# attach to a workspace containing unsigned dmg
|
# attach to a workspace containing unsigned dmg
|
||||||
@ -270,7 +270,7 @@ jobs:
|
|||||||
|
|
||||||
notarize-online-chat-installer-macos:
|
notarize-online-chat-installer-macos:
|
||||||
macos:
|
macos:
|
||||||
xcode: 14.0.0
|
xcode: 15.4.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
@ -782,7 +782,7 @@ jobs:
|
|||||||
|
|
||||||
build-gpt4all-chat-macos:
|
build-gpt4all-chat-macos:
|
||||||
macos:
|
macos:
|
||||||
xcode: 14.0.0
|
xcode: 15.4.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
@ -1061,7 +1061,7 @@ jobs:
|
|||||||
|
|
||||||
build-bindings-backend-macos:
|
build-bindings-backend-macos:
|
||||||
macos:
|
macos:
|
||||||
xcode: "14.0.0"
|
xcode: 15.4.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
@ -1167,7 +1167,7 @@ jobs:
|
|||||||
- runtimes/linux-x64/*-*.so
|
- runtimes/linux-x64/*-*.so
|
||||||
build-nodejs-macos:
|
build-nodejs-macos:
|
||||||
macos:
|
macos:
|
||||||
xcode: "14.0.0"
|
xcode: 15.4.0
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
|
Loading…
Reference in New Issue
Block a user