From 49707e63760100f0d97381db4c7af522940406ba Mon Sep 17 00:00:00 2001 From: eater Date: Tue, 29 Dec 2020 19:16:36 +0100 Subject: [PATCH] Update vm images for Azure --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a1d2638..15d6676 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ stages: imageName: 'ubuntu-16.04' buildName: 'linux' mac: - imageName: 'macos-10.13' + imageName: 'macOS-latest' buildName: 'osx' pool: vmImage: $(imageName) @@ -37,7 +37,7 @@ stages: artifactName: 'aardvark-$(buildName)' - job: build_win_image pool: - vmImage: 'win1803' + vmImage: 'windows-latest' container: openjdk:12.0.1-jdk-windowsservercore-1803 steps: - task: Gradle@2