fix: build macOS x64 releases on Intel
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user