Update XCode version on CircleCI (#1103)

12.2 is being deprecated
This commit is contained in:
Sam Clegg
2022-09-13 07:20:25 -07:00
committed by GitHub
parent 56fda13937
commit b6574f3a89

View File

@@ -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
@@ -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"