Skip to content

Commit

Permalink
Upgrade from deprecated version of XCode image (#443)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
vmax authored Jul 12, 2021
1 parent 7867185 commit bb967cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ commands:
jobs:
deploy-mac-and-brew:
macos:
xcode: "10.2.1"
xcode: "13.0.0"
working_directory: ~/typedb-workbase
steps:
- install-bazel-mac
Expand Down

0 comments on commit bb967cf

Please sign in to comment.