Skip to content

Commit

Permalink
updating ubuntu to lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiozig committed Jul 7, 2021
1 parent a88a3e5 commit 32cc356
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 @@ -9,7 +9,7 @@ variables:
jobs:
- job: deploy_prod
pool:
vmImage: 'Ubuntu-16.04'
vmImage: 'Ubuntu-20.04'
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
steps:
- task: NodeTool@0
Expand Down

0 comments on commit 32cc356

Please sign in to comment.