1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00: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: jobs:
- job: Linux - job: Linux
pool: pool:
vmImage: ubuntu-20.04 vmImage: ubuntu-18.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-20.04 vmImage: ubuntu-18.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-20.04, macos-11, windows-2019] os: [ubuntu-18.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