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 8ee6cdf commit 862f9ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ on:

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

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

0 comments on commit 862f9ef

Please sign in to comment.