diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7ef8639229..c4a2e9de22 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -121,7 +121,7 @@ stages: - job: 'Linux' pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-latest' steps: - task: UseNode@1