1
0
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:
Jim Ehrismann 2021-11-01 14:26:33 -04:00
parent 8327546ed7
commit 948d21c252
2 changed files with 2 additions and 2 deletions

View File

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

View File

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