Skip to content

Commit

Permalink
ci: bump ci to macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Jan 9, 2025
1 parent c85cdd0 commit a1f40ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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-14'
vmImage: 'macOS-15'

variables:
- group: unoplatform.apple.ios.appstore.distribution
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
CI_Build: true

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

steps:
- template: templates/dotnet-workload-install-mac.yml
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-14'
vmImage: 'macOS-15'

steps:
- checkout: self
Expand Down
2 changes: 1 addition & 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-14'
vmImage: 'macOS-15'

steps:
- checkout: self
Expand Down

0 comments on commit a1f40ba

Please sign in to comment.