[macos] Build gn with Xcode 13.3 The bots were configured to build gn with Xcode 12.2 beta 2 which has been out for over two years. Bump to a more recent version of Xcode (this has no impact on the minimum version of the OS the gn binary can run on, this is controlled by `-mmacosx-version-min` compiler flag). Bug: non Change-Id: If7db191e83057df280eeee39526d82d61e619d41 Reviewed-on: https://gn-review.googlesource.com/c/gn/+/13701 Reviewed-by: Takuto Ikuta <tikuta@google.com> Reviewed-by: Petr Hosek <phosek@google.com> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
diff --git a/infra/recipe_modules/macos_sdk/__init__.py b/infra/recipe_modules/macos_sdk/__init__.py index 44a4456..f105aba 100644 --- a/infra/recipe_modules/macos_sdk/__init__.py +++ b/infra/recipe_modules/macos_sdk/__init__.py
@@ -36,7 +36,7 @@ ), default={ 'sdk_version': - '12B5025f', + '13E113', 'tool_package': 'infra/tools/mac_toolchain/${platform}', 'tool_version':
diff --git a/infra/recipe_modules/macos_sdk/examples/full.expected/mac.json b/infra/recipe_modules/macos_sdk/examples/full.expected/mac.json index ab278fd..610f131 100644 --- a/infra/recipe_modules/macos_sdk/examples/full.expected/mac.json +++ b/infra/recipe_modules/macos_sdk/examples/full.expected/mac.json
@@ -35,7 +35,7 @@ "-kind", "mac", "-xcode-version", - "12b5025f", + "13e113", "-output-dir", "[CACHE]/macos_sdk/XCode.app" ],
diff --git a/infra/recipes/gn.expected/ci_mac.json b/infra/recipes/gn.expected/ci_mac.json index 26af61d..8b30995 100644 --- a/infra/recipes/gn.expected/ci_mac.json +++ b/infra/recipes/gn.expected/ci_mac.json
@@ -197,7 +197,7 @@ "-kind", "mac", "-xcode-version", - "12b5025f", + "13e113", "-output-dir", "[CACHE]/macos_sdk/XCode.app" ],
diff --git a/infra/recipes/gn.expected/cq_mac.json b/infra/recipes/gn.expected/cq_mac.json index f9d745e..e6f4472 100644 --- a/infra/recipes/gn.expected/cq_mac.json +++ b/infra/recipes/gn.expected/cq_mac.json
@@ -248,7 +248,7 @@ "-kind", "mac", "-xcode-version", - "12b5025f", + "13e113", "-output-dir", "[CACHE]/macos_sdk/XCode.app" ],