Skip to content

Commit 541ba3a

Browse files
committed
try fix mac intel build
1 parent cd15532 commit 541ba3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
strategy:
8787
matrix:
88-
os: [macos-latest, ubuntu-latest, windows-latest]
88+
os: [macos-latest, macos-15-intel, ubuntu-latest, windows-latest]
8989

9090
runs-on: ${{ matrix.os }}
9191

app/electron-builder.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ const config = {
2222
target: [
2323
{
2424
target: 'dmg',
25-
arch: ['x64', 'arm64'],
25+
// arch: ['x64', 'arm64'],
2626
},
2727
{
2828
target: 'zip',
29-
arch: ['x64', 'arm64'],
29+
// arch: ['x64', 'arm64'],
3030
},
3131
],
3232
},

0 commit comments

Comments
 (0)