mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 15:22:12 +03:00
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:
6
.github/workflows/electron-release.yml
vendored
6
.github/workflows/electron-release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user