From 2877e6cb174b980258dd5866fe333f187ee7b905 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sat, 23 Oct 2021 19:27:00 +0100 Subject: [PATCH] Pipelines: Remove Ubuntu 16.04 agent Azure Pipelines no longer supports Ubuntu 16.04, so to remove the error, this commit removes it from the cross-platform matrix. Signed-off-by: Dom Rodriguez --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3b2d7226..2b42fc1d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -65,8 +65,6 @@ jobs: - job: LinuxBuild strategy: matrix: - ubuntu-16.04: - imageName: 'ubuntu-16.04' ubuntu-18.04: imageName: 'ubuntu-18.04' ubuntu-20.04: