Skip to content

Commit 94e5276

Browse files
committed
Build on macOS arm64
1 parent 6bc17e7 commit 94e5276

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rebuildElectron.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,9 @@ jobs:
153153
name: Rebuild macOS
154154
strategy:
155155
matrix:
156-
os: [macos-12]
157-
arch: [x64]
156+
arch: [x64, arm64]
158157
fail-fast: false
159-
runs-on: ${{ matrix.os }}
158+
runs-on: ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-12' }}
160159
steps:
161160
- name: Print Tag Ref
162161
run: echo ${{ github.ref }}

0 commit comments

Comments
 (0)