From 8a08100b0aa9fb979a11c30990561d4d93e47657 Mon Sep 17 00:00:00 2001 From: Michael Bonani Date: Mon, 30 May 2022 10:58:28 +0200 Subject: [PATCH] update xcode for ios build to have sdk 15.2 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 22c07332e..9b1476088 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -396,7 +396,7 @@ jobs: displayName: 'Clone submodules' - script: | - sudo xcode-select -s /Applications/Xcode_12.1.1.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode_13.2.1.app/Contents/Developer mkdir build && cd build; mkdir flatc && cd flatc; cmake ../../third_party/flatbuffers -G Xcode -T buildsystem=1