From d2d17bcceca12741b1cbbe0d629155495063c6c3 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Fri, 24 Jan 2020 12:32:53 -0500 Subject: [PATCH] Update CI vm images versions (#328) Received an email from Microsoft stating that those versions will be discontinued. Switching to use -latest for all of them to not be bothered with that in the future. --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d8d7944..77aecbe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -105,19 +105,19 @@ stages: imageName: 'ubuntu-latest' mac 1.13: goVersion: '1.13' - imageName: 'macos-10.13' + imageName: 'macOS-latest' windows 1.13: goVersion: '1.13' - imageName: 'vs2017-win2016' + imageName: 'windows-latest' linux 1.12: goVersion: '1.12' imageName: 'ubuntu-latest' mac 1.12: goVersion: '1.12' - imageName: 'macos-10.13' + imageName: 'macOS-latest' windows 1.12: goVersion: '1.12' - imageName: 'vs2017-win2016' + imageName: 'windows-latest' pool: vmImage: $(imageName) steps: @@ -164,4 +164,4 @@ stages: command: 'buildAndPush' Dockerfile: 'Dockerfile' buildContext: '.' - tags: 'latest' \ No newline at end of file + tags: 'latest'