Skip to content

Commit 2e1aca4

Browse files
committed
ci: macos-15
1 parent 9c19910 commit 2e1aca4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/workflow/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
- job: Android_UITest_Build
33
timeoutInMinutes: 90
44
pool:
5-
vmImage: macOS-14
5+
vmImage: macOS-15
66

77
steps:
88
- checkout: self

build/workflow/stage-uitests-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
PackageName: uno.platform.chefs.skia
1010

1111
pool:
12-
vmImage: 'macOS-14'
12+
vmImage: 'macOS-15'
1313

1414
steps:
1515
- checkout: self

build/workflow/stage-uitests-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
SourceLinkEnabled: false
99

1010
pool:
11-
vmImage: 'macOS-14'
11+
vmImage: 'macOS-15'
1212

1313
steps:
1414
- checkout: self

0 commit comments

Comments
 (0)