From 6aaf63656d99e03759f8191cfd6828fe52d5f529 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Sun, 6 Jun 2021 23:22:29 +0200 Subject: [PATCH] Update Azure Linux build version to latest --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7ef86392..c4a2e9de 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