mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 14:03:00 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user