From 5fa509ee39f0c4f5ff1ba14414671b8daf0af7e3 Mon Sep 17 00:00:00 2001 From: Ryan Wintle Date: Fri, 3 Nov 2023 14:50:17 -0400 Subject: [PATCH] ci: updated the macos pool --- build/templates/gitversion.yml | 4 ++-- build/variables.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/templates/gitversion.yml b/build/templates/gitversion.yml index c5df69610..ff7a6e802 100644 --- a/build/templates/gitversion.yml +++ b/build/templates/gitversion.yml @@ -1,8 +1,8 @@ -steps: +steps: - task: gitversion/setup@0 retryCountOnTaskFailure: 3 inputs: - versionSpec: '5.10.1' + versionSpec: '5.12.0' displayName: 'Install GitVersion' #-if false diff --git a/build/variables.yml b/build/variables.yml index ac9fb550f..d9ca85594 100644 --- a/build/variables.yml +++ b/build/variables.yml @@ -1,4 +1,4 @@ -variables: +variables: # Prerequisites - Variable groups # Make sure you have the following variable groups in your Azure pipeline library: # @@ -74,7 +74,7 @@ variables: # Virtual machine images windowsHostedAgentImage: 'windows-2022' macOSHostedAgentImage: 'macOS-12' - macOSPoolName: 'macOS' + macOSPoolName: 'macOS-2023' # Versions to use XAMARIN_IOS_VERSION: 16.1.1