Skip to content

Commit

Permalink
ci: update XCode for C++20 ranges::find (nomic-ai#2813)
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Van Bortel <[email protected]>
  • Loading branch information
cebtenzzre authored Aug 8, 2024
1 parent 26113a1 commit 0fcf1dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: echo "CircleCI pipeline triggered"
build-offline-chat-installer-macos:
macos:
xcode: 14.0.0
xcode: 15.4.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

sign-offline-chat-installer-macos:
macos:
xcode: 14.0.0
xcode: 15.4.0
steps:
- checkout
# attach to a workspace containing unsigned dmg
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

notarize-offline-chat-installer-macos:
macos:
xcode: 14.0.0
xcode: 15.4.0
steps:
- checkout
- attach_workspace:
Expand All @@ -161,7 +161,7 @@ jobs:

build-online-chat-installer-macos:
macos:
xcode: 14.0.0
xcode: 15.4.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:

sign-online-chat-installer-macos:
macos:
xcode: 14.0.0
xcode: 15.4.0
steps:
- checkout
# attach to a workspace containing unsigned dmg
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:

notarize-online-chat-installer-macos:
macos:
xcode: 14.0.0
xcode: 15.4.0
steps:
- checkout
- attach_workspace:
Expand Down Expand Up @@ -782,7 +782,7 @@ jobs:
build-gpt4all-chat-macos:
macos:
xcode: 14.0.0
xcode: 15.4.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -1061,7 +1061,7 @@ jobs:

build-bindings-backend-macos:
macos:
xcode: "14.0.0"
xcode: 15.4.0
steps:
- checkout
- run:
Expand Down Expand Up @@ -1167,7 +1167,7 @@ jobs:
- runtimes/linux-x64/*-*.so
build-nodejs-macos:
macos:
xcode: "14.0.0"
xcode: 15.4.0
steps:
- checkout
- attach_workspace:
Expand Down

0 comments on commit 0fcf1dd

Please sign in to comment.