fix: 🔧 修复 MacOS ARM64 版本打包失败的问题

This commit is contained in:
viarotel 2023-10-20 22:22:42 +08:00
parent 87b533f714
commit e9a8fc2a62

View File

@ -11,8 +11,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
arch: amd64
- os: macos-latest
arch: [arm64, amd64]
- os: windows-latest
arch: amd64
steps:
- name: Check out Git repository
uses: actions/checkout@v3
@ -58,4 +63,4 @@ jobs:
dist-release/*.yml
dist-release/*.blockmap
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}