📦 Chore: add mac-arm64 build support

This commit is contained in:
PiEgg
2022-01-05 12:54:02 +08:00
parent 34b3656605
commit f2a4197ca2
5 changed files with 13 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-10.15]
os: [ubuntu-latest, macos-12]
# create steps
steps:
@@ -50,6 +50,7 @@ jobs:
- name: Build & release app
run: |
npm run release
yarn build --arm64
yarn release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}