fix: build macOS x64 releases on Intel

This commit is contained in:
Bohdan Triapitsyn
2026-07-22 18:59:56 +03:00
parent 5f4ad9d824
commit 2dcbbebf4e
2 changed files with 210 additions and 1 deletions
+3 -1
View File
@@ -124,7 +124,7 @@ jobs:
build-desktop-electron-macos:
needs: create-release
runs-on: macos-26
runs-on: ${{ matrix.runner }}
strategy:
fail-fast: false
matrix:
@@ -132,9 +132,11 @@ jobs:
- target: aarch64-apple-darwin
arch: arm64
platform: darwin-aarch64
runner: macos-26
- target: x86_64-apple-darwin
arch: x64
platform: darwin-x86_64
runner: macos-15-intel
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3