Skip to content

Commit bb967cf

Browse files
authored
Upgrade from deprecated version of XCode image (#443)
## What is the goal of this PR? As CircleCI is going to deprecate (and eventually delete) the old image we're using for building & testing on macOS, we need to upgrade it. ## What are the changes implemented in this PR? Bump version of XCode used for testing & building on macOS
1 parent 7867185 commit bb967cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ commands:
4444
jobs:
4545
deploy-mac-and-brew:
4646
macos:
47-
xcode: "10.2.1"
47+
xcode: "13.0.0"
4848
working_directory: ~/typedb-workbase
4949
steps:
5050
- install-bazel-mac

0 commit comments

Comments
 (0)