Skip to content

Commit

Permalink
chore(workflows): remove m1 build step
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Feb 9, 2023
1 parent 036e568 commit 39c8190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ const config: Configuration = {
// target: ['dmg', 'zip']
target: [
{
target: 'dmg',
arch: ['x64', 'arm64']
},
{
target: 'zip',
target: 'default',
arch: ['x64', 'arm64']
}
]
Expand Down

0 comments on commit 39c8190

Please sign in to comment.