Skip to content

Commit

Permalink
Build on macOS arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhattendorf committed Jul 2, 2024
1 parent 6bc17e7 commit 94e5276
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rebuildElectron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,9 @@ jobs:
name: Rebuild macOS
strategy:
matrix:
os: [macos-12]
arch: [x64]
arch: [x64, arm64]
fail-fast: false
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.arch == 'arm64' && 'macos-14' || 'macos-12' }}
steps:
- name: Print Tag Ref
run: echo ${{ github.ref }}
Expand Down

0 comments on commit 94e5276

Please sign in to comment.