Skip to content

Commit

Permalink
ci: fix xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Mar 6, 2025
1 parent f7ce26a commit 6f6a329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/workflow/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ variables:

IsCanaryBranch: $[startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/')]
IsReleaseBranch: $[or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'], 'refs/heads/feature/'), startsWith(variables['Build.SourceBranch'], 'refs/heads/release/'))]
XCODE_ROOT: '/Applications/Xcode_16.app'
XCODE_ROOT: '/Applications/Xcode_16.1.app'
XCODE_ROOT_UITESTS: '/Applications/Xcode_15.4.app'

stages:
Expand Down

0 comments on commit 6f6a329

Please sign in to comment.