From 607d514a46c77a837904359224f15cae78a0d0f8 Mon Sep 17 00:00:00 2001 From: jimthedev Date: Tue, 7 Apr 2020 15:03:13 -0500 Subject: [PATCH] fix: update azure devops images --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e8d1bf18..c519474a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ jobs: parameters: name: macOS pool: - vmImage: 'macOS-10.13' + vmImage: 'macOS-latest' - template: jobs/build.yml # Template reference parameters: @@ -20,5 +20,5 @@ jobs: parameters: name: Windows pool: - vmImage: 'vs2017-win2016' + vmImage: 'windows-latest' sign: true # Extra step on Windows only