Skip to content

Commit

Permalink
Update XCode version on CircleCI (#1103)
Browse files Browse the repository at this point in the history
12.2 is being deprecated
  • Loading branch information
sbc100 authored Sep 13, 2022
1 parent 56fda13 commit b6574f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
test/test.py
test-mac:
macos:
xcode: "12.2.0"
xcode: "12.5.1"
environment:
EMSDK_NOTTY: "1"
# Without this, any `brew installl` command will result in self-update of
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:

test-bazel-mac:
macos:
xcode: "12.2.0"
xcode: "12.5.1"
environment:
EMSDK_NOTTY: "1"
HOMEBREW_NO_AUTO_UPDATE: "1"
Expand Down

0 comments on commit b6574f3

Please sign in to comment.