Skip to content

Commit

Permalink
Build Mac release on arm hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Mar 15, 2024
1 parent 862f9ef commit 77b6c96
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,26 @@ on:

jobs:
checkout_and_build:
runs-on: ${{ matrix.os }}

strategy:
matrix:
include:
- build: mac
node_version: '21.6.2'
runs-on: macos-14
os: macos-14
- build: mac-intel
node_version: '21.6.2'
runs-on: macos-14
os: macos-14
# - build: win32
# node_version: '21.6.2'
# runs-on: windows-latest
# os: windows-latest
# - build: win64
# node_version: '21.6.2'
# runs-on: windows-latest
# os: windows-latest
# - build: linux
# node_version: '21.6.2'
# runs-on: ubuntu-latest
# os: ubuntu-latest

container:
image: cimg/node:${{ matrix.node_version }}
Expand Down

0 comments on commit 77b6c96

Please sign in to comment.