fix(electron): resolve release build workflow errors

- Sync electron package.json version with root to fix artifact collection

- Separate mac x64 and arm64 targets into dedicated runner jobs

- Use macos-13 (Intel) runner for x64 build to prevent cross-compilation timeouts
This commit is contained in:
benzntech
2026-03-07 23:46:59 +05:30
parent 9911272898
commit 7906fdfc1d
3 changed files with 9 additions and 13 deletions

View File

@@ -55,12 +55,12 @@ jobs:
target: win
ext: .exe
- platform: macos-intel
runner: macos-latest
target: mac
runner: macos-13
target: mac-x64
ext: .dmg
- platform: macos-arm64
runner: macos-latest
target: mac
target: mac-arm64
ext: -arm64.dmg
- platform: linux
runner: ubuntu-latest