From f983b3cac19aca040568144f3d439db0615f4e5a Mon Sep 17 00:00:00 2001 From: Simon Lamon Date: Sun, 9 Oct 2022 10:15:13 +0000 Subject: [PATCH] Ubuntu 18.04 deprecation --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1710922e..7b015064 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ trigger: jobs: - job: Linux pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' steps: - task: NodeTool@0 inputs: