Skip to content

Commit b6574f3

Browse files
authored
Update XCode version on CircleCI (#1103)
12.2 is being deprecated
1 parent 56fda13 commit b6574f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
test/test.py
5050
test-mac:
5151
macos:
52-
xcode: "12.2.0"
52+
xcode: "12.5.1"
5353
environment:
5454
EMSDK_NOTTY: "1"
5555
# Without this, any `brew installl` command will result in self-update of
@@ -193,7 +193,7 @@ jobs:
193193

194194
test-bazel-mac:
195195
macos:
196-
xcode: "12.2.0"
196+
xcode: "12.5.1"
197197
environment:
198198
EMSDK_NOTTY: "1"
199199
HOMEBREW_NO_AUTO_UPDATE: "1"

0 commit comments

Comments
 (0)