Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
Ubuntu image is no longer available.
  • Loading branch information
blckmn committed Jan 7, 2022
1 parent cd59549 commit ee1bf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ stages:

- job: 'Linux'
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'

steps:
- task: UseNode@1
Expand Down

0 comments on commit ee1bf3b

Please sign in to comment.