1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-08-30 17:08:52 +03:00
parent 55e2355b93
commit 7aeaf0b21c

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [ubuntu-16.04, macos-10.15, windows-2019] os: [ubuntu-16.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
@ -87,7 +87,7 @@ jobs:
# shell: bash # shell: bash
# if: runner.os != 'Linux' # if: runner.os != 'Linux'
- run: npm install -g node-gyp && make build - run: make build
name: Test build (arm64) name: Test build (arm64)
shell: bash shell: bash
env: env: