1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Upgrade all testing linux CI machines to 20.04

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-09-14 14:50:09 -04:00
parent 64fb590377
commit c44ea3eb07
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ trigger: none
jobs:
- job: Linux
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
strategy:
matrix:
kube_1.16:

View File

@ -109,7 +109,7 @@ jobs:
- job: Linux
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
strategy:
matrix:
node_14.x:

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-16.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-11, windows-2019]
node-version: [14.x]
steps:
- name: Checkout Release from lens