Use latest images on CI

This commit is contained in:
Labhansh Agrawal 2023-07-06 21:44:00 +05:30 committed by GitHub
parent 6c8d0433d2
commit 0d7fbd61cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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