From b6574f3a89dbe25d007e3fdc7681faac5a5c0403 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 13 Sep 2022 07:20:25 -0700 Subject: [PATCH] Update XCode version on CircleCI (#1103) 12.2 is being deprecated --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ 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"