Skip to content

Commit 63fc2a6

Browse files
committed
chore: add in a name to the legacy flow
1 parent 9b473de commit 63fc2a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ npx node-pre-gyp --target_arch=arm64 configure build package
136136
137137
build_aarch64_legacy_nodejs_mac:
138+
name: Prebuild aarch64 macOS (legacy Node.js)
138139
runs-on: ${{ matrix.os }}
139140
strategy:
140141
fail-fast: false

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
path: 'build/stage/**/*.tar.gz'
165165

166166
build_aarch64_legacy_nodejs_mac:
167+
name: Prebuild aarch64 macOS (legacy Node.js)
167168
runs-on: ${{ matrix.os }}
168169
strategy:
169170
fail-fast: false

0 commit comments

Comments
 (0)