mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Use latest images on CI
This commit is contained in:
parent
6c8d0433d2
commit
0d7fbd61cb
1 changed files with 4 additions and 5 deletions
9
.github/workflows/nodejs.yml
vendored
9
.github/workflows/nodejs.yml
vendored
|
|
@ -16,8 +16,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- macos-12
|
||||
- ubuntu-20.04
|
||||
- macos-latest
|
||||
- ubuntu-latest
|
||||
- windows-latest
|
||||
fail-fast: false
|
||||
steps:
|
||||
|
|
@ -107,7 +107,7 @@ jobs:
|
|||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
||||
|
||||
build-linux-arm:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
@ -163,8 +163,7 @@ jobs:
|
|||
run: |
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt update
|
||||
sudo apt install -y libpcre2-8-0=10.34-7 --allow-downgrades
|
||||
sudo apt install -y libglib2.0-0:i386 libexpat1:i386
|
||||
sudo apt install -y libglib2.0-0:i386 libexpat1:i386 libgcc-s1:i386
|
||||
npm_config_arch=armv7l yarn run v8-snapshot:arch
|
||||
- name: Build
|
||||
run: yarn run electron-builder -l deb rpm AppImage pacman --${{ matrix.name }} -c electron-builder-linux-ci.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue