Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Jan 9, 2025
1 parent dff3c7e commit fc2f323
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/workflow/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +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_15.4.app'

stages:
- stage: Determine_Changes
Expand Down
6 changes: 5 additions & 1 deletion build/workflow/stage-uitests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
SAMPLEAPP_ARTIFACT_NAME: ios-winui-uitest-build

pool:
vmImage: 'macOS-15'
vmImage: 'macOS-14'

steps:
- checkout: self
Expand All @@ -51,6 +51,10 @@
- template: templates/dotnet-workload-install-mac.yml
- template: templates/canary-updater.yml

- template: templates/xcode-select.yml
parameters:
xCodeRoot: $(XCODE_ROOT)

- bash: |
chmod +x $(build.sourcesdirectory)/build/workflow/scripts/ios-uitest-run.sh
$(build.sourcesdirectory)/build/workflow/scripts/ios-uitest-run.sh
Expand Down

0 comments on commit fc2f323

Please sign in to comment.