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 <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez 2021-10-23 19:27:00 +01:00
parent a53380de4f
commit 2877e6cb17
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 0 additions and 2 deletions

View File

@ -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: