Skip to content

Commit

Permalink
feat: Add Apple processors build
Browse files Browse the repository at this point in the history
  This build will run without the need for an emulator on Apple
  processors which should give them a performance boost.
  • Loading branch information
taratatach committed Jan 8, 2025
1 parent 4ff8729 commit fe0181e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:

build:
needs: cancel
runs-on: macos-13
runs-on: macos-14
name: Build packages
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ mac:
- target: zip # this is required for the update to work (see https://github.com/electron-userland/electron-builder/issues/2199)
arch:
- x64
- arm64
- target: dmg
arch:
- x64
- arm64
notarize: false # XXX: we do it ourselves in afterSign
dmg:
contents:
Expand Down

0 comments on commit fe0181e

Please sign in to comment.