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:
parent
a53380de4f
commit
2877e6cb17
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue