From 336cac78c7e7db06ed117f8316a4ef0fb7dc2835 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Fri, 28 Jun 2019 11:03:08 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d91a5e93..5528eee3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ variables: jobs: - job: Windows pool: - vmImage: 'vs2017-win2016' + vmImage: 'vs2015-win2012r2' steps: - task: NodeTool@0 @@ -144,7 +144,7 @@ jobs: - job: macOS pool: - vmImage: 'macOS-10.14' + vmImage: 'macOS-10.13' steps: - task: NodeTool@0