Skip to content

Commit

Permalink
[Housekeeping] Update CI Pipeline to use macOS Sonoma and Xcode 15.3.0 (
Browse files Browse the repository at this point in the history
#1969)

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Revert "Update azure-pipelines.yml"

This reverts commit 410b02a.
  • Loading branch information
brminnick authored Jul 9, 2024
1 parent 34ee181 commit 41ad501
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variables:
PathToCommunityToolkitAnalyzersUnitTestCsproj: 'src/CommunityToolkit.Maui.Analyzers.UnitTests/CommunityToolkit.Maui.Analyzers.UnitTests.csproj'
DotNetMauiRollbackFile: 'https://maui.blob.core.windows.net/metadata/rollbacks/8.0.6.json'
CommunityToolkitSampleApp_Xcode_Version: '15.2.0'
CommunityToolkitLibrary_Xcode_Version: '15.2.0'
CommunityToolkitLibrary_Xcode_Version: '15.3.0'

trigger:
branches:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
'Windows':
image: 'windows-latest'
'macOS':
image: 'macos-13'
image: 'macos-14'
pool:
vmImage: $(image)
steps:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
'Windows':
image: 'windows-latest'
'macOS':
image: 'macos-13'
image: 'macos-14'
pool:
vmImage: $(image)
steps:
Expand Down

0 comments on commit 41ad501

Please sign in to comment.