mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-27 18:42:21 +08:00
📦 Chore: add mac-arm64 build support
This commit is contained in:
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user