Update XCode version on CircleCI 12.2 is being deprecated
diff --git a/.circleci/config.yml b/.circleci/config.yml index 71292f7..6d6b89d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml
@@ -49,7 +49,7 @@ 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 @@ test-bazel-mac: macos: - xcode: "12.2.0" + xcode: "12.5.1" environment: EMSDK_NOTTY: "1" HOMEBREW_NO_AUTO_UPDATE: "1"