Skip to content
Snippets Groups Projects
Commit 0b5f9897 authored by Jamie Magee's avatar Jamie Magee Committed by Rhys Arkins
Browse files

chore(ci): use latest VM images (#4821)

See [Microsoft-hosted agents](https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops#use-a-microsoft-hosted-agent) for a complete list of available images.

These don't update very often, but what do you think about targeting `windows-lates`, `ubuntu-latest`, and `macOS-latest`?
parent 292e1678
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ jobs:
nodeVersion: '12.x'
pythonVersion: '3.7'
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
steps:
- bash: |
set -e
......@@ -41,7 +41,7 @@ jobs:
nodeVersion: '10.x'
pythonVersion: '3.7'
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
steps:
- template: .azure/steps.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment