diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e02c3924d..62813627d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,14 +139,8 @@ jobs: - job: build_library displayName: Build Library - strategy: - matrix: - 'Windows': - image: 'windows-latest' - 'macOS': - image: 'macos-15' pool: - vmImage: $(image) + vmImage: windows-latest steps: # if this is a tagged build for CommunityToolkit.Maui, then update the version number - powershell: |