diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9b3b6ec3..ff23bc68 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -94,7 +94,7 @@ stages: - job: 'Linux' pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-20.04' steps: - task: UseNode@1