From 3bfe330dc4b38374c42bbbea8602bf8df6ea7d22 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Wed, 27 Apr 2022 16:47:00 +0100 Subject: [PATCH] WIP: added Darwin arm64 binaries --- .github/workflows/ci.yml | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf54a21da..1111a93b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,29 +18,11 @@ jobs: strategy: fail-fast: false matrix: - os: - - macos-latest - - ubuntu-latest - - windows-latest - host: - - x64 - target: - - x64 - node: - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 16 - - 17 - - 18 include: - - os: windows-latest + - os: macos-latest node: 16 host: x64 - target: x86 + target: arm64 name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }}) steps: - uses: actions/checkout@v3 @@ -85,6 +67,7 @@ jobs: - name: Run tests run: yarn test + if: matrix.target != 'arm64' - name: Package prebuilt binaries run: yarn node-pre-gyp package --target_arch=${{ matrix.target }}