From 539322db1adff664d253e03e1bb57e09c3883220 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Mon, 29 Aug 2022 17:07:24 -0700 Subject: [PATCH 1/2] Run clang-tidy and Mac Unopt on Xcode beta --- .ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index d8d9c9dcaea68..128f7fb425897 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -318,8 +318,9 @@ targets: runtime_versions: >- [ "ios-13-0", - "ios-15-0" + "ios-16-0" ] + xcode: 14a5294e # xcode 14.0 beta 5 timeout: 75 - name: Mac clang-tidy @@ -327,6 +328,7 @@ targets: properties: add_recipes_cq: "true" jazzy_version: "0.14.1" + xcode: 14a5294e # xcode 14.0 beta 5 timeout: 75 - name: Mac iOS Engine From 7c259ac5bcfc46b3d8f964ebb3f7685e96f33770 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Mon, 29 Aug 2022 17:32:06 -0700 Subject: [PATCH 2/2] _14a5294e --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 128f7fb425897..320e07744dca0 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -318,7 +318,7 @@ targets: runtime_versions: >- [ "ios-13-0", - "ios-16-0" + "ios-16-0_14a5294e" ] xcode: 14a5294e # xcode 14.0 beta 5 timeout: 75