1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-20 05:47:24 +03:00

use ubuntu 18.04 for builds (#3877)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-09-23 15:14:24 +03:00 committed by GitHub
parent 06854b4cac
commit 3c55cba40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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