Skip to content

Commit

Permalink
Merge pull request webpack#10622 from webpack/ci/fix-azure
Browse files Browse the repository at this point in the history
fix vm images in azure
  • Loading branch information
sokra committed Mar 27, 2020
2 parents 71eb593 + 7f843e8 commit a704715
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 a704715

Please sign in to comment.