From 6d82adf9b6dfdc88f6000b5eeb210b23d793aa78 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 31 Jan 2019 03:36:19 +0100 Subject: [PATCH 1/1] [ci] fix azure vmImage field --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f70090d8..277140ca 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,7 +3,7 @@ jobs: - job: linux pool: - vmImage: 'Ubuntu 16.04' + vmImage: 'ubuntu-16.04' steps: - script: | make @@ -13,7 +13,7 @@ jobs: - job: windows pool: - vmIMage: 'VS2017-Win2016' + vmImage: 'vs2017-win2016' steps: - script: | make @@ -24,7 +24,7 @@ jobs: - job: macos pool: - vmIMage: macOS-10.13 + vmImage: 'macos-10.13' steps: - script: | brew update -- 2.11.0