From 14123b76a867be96ac0464459e9ee76bedb7301c Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 12 Jun 2023 19:25:02 +0000 Subject: [PATCH] Update Xcode for macOS 11 and 12 Switch from Xcode 13.0 to 13.2.1 to update the macOS SDK from 11.3 to 12.1. This is needed for bots that use this receipe, like PDFium Mac bots, after crrev.com/1154867 made macOS 12 mandatory. This also has the effect of updating the iOS SDK from 15.0 to 15.2. Change-Id: I4c91b2c23bd8eaacac6cef6afe71fed3533fd838 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4605813 Commit-Queue: Lei Zhang Reviewed-by: Lindsay Pasricha --- recipes/recipe_modules/osx_sdk/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/recipe_modules/osx_sdk/api.py b/recipes/recipe_modules/osx_sdk/api.py index 6afef9e4b..6a73d35ae 100644 --- a/recipes/recipe_modules/osx_sdk/api.py +++ b/recipes/recipe_modules/osx_sdk/api.py @@ -30,7 +30,7 @@ _DEFAULT_VERSION_MAP = [ ('10.14.3', '10g8'), ('10.14.4', '11b52'), ('10.15.4', '12d4e'), - ('11.3', '13a233'), + ('11.3', '13c100'), ('13.3', '14c18') ]