Skip to content

Commit a1f40ba

Browse files
committed
ci: bump ci to macos-15
1 parent c85cdd0 commit a1f40ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/workflow/stage-build-ios.yml

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

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

2525
variables:
2626
- group: unoplatform.apple.ios.appstore.distribution
@@ -119,7 +119,7 @@ jobs:
119119
CI_Build: true
120120

121121
pool:
122-
vmImage: 'macOS-14'
122+
vmImage: 'macOS-15'
123123

124124
steps:
125125
- template: templates/dotnet-workload-install-mac.yml

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-14'
46+
vmImage: 'macOS-15'
4747

4848
steps:
4949
- checkout: self

build/workflow/stage-uitests-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
SAMPLEAPP_ARTIFACT_NAME: ios-winui-uitest-build
3737

3838
pool:
39-
vmImage: 'macOS-14'
39+
vmImage: 'macOS-15'
4040

4141
steps:
4242
- checkout: self

0 commit comments

Comments
 (0)