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>
(cherry picked from commit 2877e6cb17
)
This commit is contained in:
parent
00c29b80a6
commit
15202b4b85
|
@ -65,8 +65,6 @@ jobs:
|
||||||
- job: LinuxBuild
|
- job: LinuxBuild
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ubuntu-16.04:
|
|
||||||
imageName: 'ubuntu-16.04'
|
|
||||||
ubuntu-18.04:
|
ubuntu-18.04:
|
||||||
imageName: 'ubuntu-18.04'
|
imageName: 'ubuntu-18.04'
|
||||||
ubuntu-20.04:
|
ubuntu-20.04:
|
||||||
|
|
Loading…
Reference in New Issue