From 7aec655a9ab4adbd0f2412eb8f04e664a7426048 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Wed, 6 Nov 2024 22:30:32 -0500 Subject: [PATCH] chore: Adjust xcode path --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cf35b6493..444e43c94 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,7 @@ variables: IsLightBuild: $[eq(variables['Build.Reason'], 'PullRequest')] IsCanaryBranch: $[startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/')] - XCODE_ROOT: '/Applications/Xcode_16.app' + XCODE_ROOT: '/Applications/Xcode_16.0.app' # Required to about trashing azdo hosted agents AotCompileMaxDegreeOfParallelism: 2