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: jobs:
- job: Linux - job: Linux
pool: pool:
vmImage: ubuntu-16.04 vmImage: ubuntu-20.04
strategy: strategy:
matrix: matrix:
kube_1.16: kube_1.16:

View File

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

View File

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