mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
make sure ubuntu-16 images are no longer used
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
parent
8327546ed7
commit
948d21c252
@ -15,7 +15,7 @@ trigger: none
|
|||||||
jobs:
|
jobs:
|
||||||
- job: Linux
|
- job: Linux
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-16.04
|
vmImage: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
kube_1.16:
|
kube_1.16:
|
||||||
|
|||||||
@ -115,7 +115,7 @@ jobs:
|
|||||||
|
|
||||||
- job: Linux
|
- job: Linux
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-16.04
|
vmImage: ubuntu-18.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_14.x:
|
node_14.x:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user