From 7f843e87fd6f820065a3894f4ef689685042ddc5 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Fri, 27 Mar 2020 11:28:53 +0100 Subject: [PATCH] fix vm images in azure --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9a573c30e37..f052c10e2c1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ jobs: - job: basic pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-latest steps: - task: NodeTool@0 inputs: @@ -46,7 +46,7 @@ jobs: - job: lint pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-latest steps: - task: NodeTool@0 inputs: @@ -88,7 +88,7 @@ jobs: - basic - lint pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-latest strategy: maxParallel: 4 matrix: @@ -138,7 +138,7 @@ jobs: - basic - lint pool: - vmImage: "macOS 10.13" + vmImage: macOS-latest strategy: maxParallel: 4 matrix: @@ -188,7 +188,7 @@ jobs: - basic - lint pool: - vmImage: vs2017-win2016 + vmImage: windows-latest strategy: maxParallel: 4 matrix: