diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fdf696..fc47352 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,6 +135,7 @@ jobs: CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ npx node-pre-gyp --target_arch=arm64 configure build package build_aarch64_legacy_nodejs_mac: + name: Prebuild aarch64 macOS (legacy Node.js) runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4fa7f62..c56e62d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -164,6 +164,7 @@ jobs: path: 'build/stage/**/*.tar.gz' build_aarch64_legacy_nodejs_mac: + name: Prebuild aarch64 macOS (legacy Node.js) runs-on: ${{ matrix.os }} strategy: fail-fast: false