Skip to content

Commit

Permalink
chore: Adjust xcode selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 7, 2024
1 parent ee8dde5 commit ba7773a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.app'
XCODE_ROOT: '/Applications/Xcode_16.0.app'

# Required to about trashing azdo hosted agents
AotCompileMaxDegreeOfParallelism: 2
Expand Down
2 changes: 1 addition & 1 deletion build/templates/xcode-select.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ steps:
ls -la /Applications
echo 'Xcode Root to ${{parameters.xCodeRoot}}'
echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'${{parameters.xCodeRoot}}
sudo xcode-select --switch ${{parameters.xCodeRoot}}/Contents/Developer
sudo xcode-select -p ${{parameters.xCodeRoot}}
displayName: Select Xcode

0 comments on commit ba7773a

Please sign in to comment.