chore(workflows): remove m1 build step

This commit is contained in:
buqiyuan 2023-02-09 23:01:26 +08:00
parent 036e568f1b
commit 39c819040d
2 changed files with 2 additions and 6 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, macos-12, ubuntu-latest]
os: [windows-latest, macos-12, ubuntu-latest]
steps:
- name: Check out git repository

View File

@ -96,11 +96,7 @@ const config: Configuration = {
// target: ['dmg', 'zip']
target: [
{
target: 'dmg',
arch: ['x64', 'arm64']
},
{
target: 'zip',
target: 'default',
arch: ['x64', 'arm64']
}
]