diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 06a044b88..289a8bdc1 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_15.4.app' # Required to about trashing azdo hosted agents AotCompileMaxDegreeOfParallelism: 2