Skip to content

Commit

Permalink
fix vm images in azure
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Mar 27, 2020
1 parent 71eb593 commit 7f843e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
@@ -1,7 +1,7 @@
jobs:
- job: basic
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

- job: lint
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- task: NodeTool@0
inputs:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- basic
- lint
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
strategy:
maxParallel: 4
matrix:
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- basic
- lint
pool:
vmImage: "macOS 10.13"
vmImage: macOS-latest
strategy:
maxParallel: 4
matrix:
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- basic
- lint
pool:
vmImage: vs2017-win2016
vmImage: windows-latest
strategy:
maxParallel: 4
matrix:
Expand Down

0 comments on commit 7f843e8

Please sign in to comment.