Update macos-release-build.yml

Signed-off-by: omove <61330514+omove@users.noreply.github.com>
This commit is contained in:
omove
2024-11-23 22:30:25 -05:00
committed by GitHub
parent ecdd92f08e
commit 0d582fde46

View File

@@ -15,15 +15,11 @@ jobs:
mac-build:
name: Build macOS - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
include:
- arch: aarch64
os: macos-14
- arch: x86_64
os: macos-13
arch: [x86_64, aarch64]
steps:
- name: Install Node.js