Skip to content

Commit dff3c7e

Browse files
committed
ci: fixes
1 parent a1f40ba commit dff3c7e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/workflow/stage-build-ios.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
CI_Build: true
2121

2222
pool:
23-
vmImage: 'macOS-15'
23+
vmImage: 'macOS-14'
2424

2525
variables:
2626
- group: unoplatform.apple.ios.appstore.distribution
@@ -124,8 +124,6 @@ jobs:
124124
steps:
125125
- template: templates/dotnet-workload-install-mac.yml
126126
- template: templates/canary-updater.yml
127-
- template: templates/gitversion.yml
128-
- template: templates/set-app-versions.yml
129127

130128
- bash: |
131129
chmod +x $(build.sourcesdirectory)/build/workflow/scripts/ios-uitest-build.sh

build/workflow/stage-uitests-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
SAMPLEAPP_PACKAGE_NAME: uno.platform.toolkit
4444

4545
pool:
46-
vmImage: 'macOS-15'
46+
vmImage: 'macOS-14'
4747

4848
steps:
4949
- checkout: self

0 commit comments

Comments
 (0)