Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Jan 9, 2025
1 parent a1f40ba commit dff3c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build/workflow/stage-build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
CI_Build: true

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

variables:
- group: unoplatform.apple.ios.appstore.distribution
Expand Down Expand Up @@ -124,8 +124,6 @@ jobs:
steps:
- template: templates/dotnet-workload-install-mac.yml
- template: templates/canary-updater.yml
- template: templates/gitversion.yml
- template: templates/set-app-versions.yml

- bash: |
chmod +x $(build.sourcesdirectory)/build/workflow/scripts/ios-uitest-build.sh
Expand Down
2 changes: 1 addition & 1 deletion build/workflow/stage-uitests-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
SAMPLEAPP_PACKAGE_NAME: uno.platform.toolkit

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

steps:
- checkout: self
Expand Down

0 comments on commit dff3c7e

Please sign in to comment.