Skip to content

Commit

Permalink
chore: Adjust xcode path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 7, 2024
1 parent a319943 commit 7aec655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aec655

Please sign in to comment.