From 9c4b6292947c2b807277c516aa3cd6660d2c9f4a Mon Sep 17 00:00:00 2001 From: Alexander Early Date: Sat, 17 Oct 2020 12:17:06 -0700 Subject: update azure vm images --- .azure-pipelines.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index ea6a359..9072ed3 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -2,7 +2,7 @@ jobs: - job: Windows pool: - vmImage: vs2017-win2016 + vmImage: windows-latest variables: os_name: Windows @@ -20,7 +20,7 @@ jobs: - job: Linux pool: - vmImage: 'Ubuntu 18.04' + vmImage: 'ubuntu-latest' variables: os_name: Linux @@ -49,17 +49,15 @@ jobs: - job: OSX pool: - vmImage: 'macOS 10.13' + vmImage: 'macOS-latest' variables: os_name: OSX strategy: matrix: - node_10_x: - node_version: 10.x - node_12_x: - node_version: 12.x + node_14_x: + node_version: 14.x run_browser_tests: true browser_name: Safari -- cgit v1.2.1