We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831c4d8 commit 31855d8Copy full SHA for 31855d8
1 file changed
.github/workflows/build_node_shared.yml
@@ -59,13 +59,7 @@ jobs:
59
lib_name: libnode.127.dylib
60
nproc_cmd: sysctl -n hw.ncpu
61
# macOS ARM64 builds
62
- - os: macos-14
63
- platform: mac
64
- arch: arm64
65
- compiler: gcc
66
- container: ""
67
- lib_name: libnode.127.dylib
68
- nproc_cmd: sysctl -n hw.ncpu
+ # Note: GCC is not supported on Apple Silicon, only Clang is available
69
- os: macos-14
70
platform: mac
71
arch: arm64
0 commit comments