From ee1bf3b43dadf76c0f9303ec7d8e11a7acb0fc20 Mon Sep 17 00:00:00 2001 From: J Blackman Date: Fri, 7 Jan 2022 15:43:55 +1100 Subject: [PATCH] Update azure-pipelines.yml Ubuntu image is no longer available. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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