diff options
author | Alexander Early <alexander.early@gmail.com> | 2020-10-17 12:17:06 -0700 |
---|---|---|
committer | Alexander Early <alexander.early@gmail.com> | 2020-10-17 12:17:06 -0700 |
commit | 9c4b6292947c2b807277c516aa3cd6660d2c9f4a (patch) | |
tree | 676869baf6ebc45bd5e366c1543d90f03222d9c3 | |
parent | 558c0878b765132048e9c35bd47a021cc303a1bb (diff) | |
download | async-9c4b6292947c2b807277c516aa3cd6660d2c9f4a.tar.gz |
update azure vm images
-rw-r--r-- | .azure-pipelines.yml | 12 |
1 files 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 |