From 7a6ed69418b4ea9dcc4c6b2f65ba59f55c63eb80 Mon Sep 17 00:00:00 2001
From: Tobias Leibner <tobias.leibner@googlemail.com>
Date: Fri, 20 Aug 2021 11:25:20 +0200
Subject: [PATCH] Update deprecated Ubuntu16.04 to ubuntu-latest

---
 azure-job-template.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure-job-template.yml b/azure-job-template.yml
index 9152304..6b5d5c8 100644
--- a/azure-job-template.yml
+++ b/azure-job-template.yml
@@ -9,7 +9,7 @@ jobs:
 - job: ${{ parameters.jobname }}
   timeoutInMinutes: 300
   pool:
-    vmImage: 'Ubuntu-16.04'
+    vmImage: 'ubuntu-latest'
 
   variables:
     DOCKER_TAG: ${{ parameters.dockerimage }}
-- 
GitLab