Skip to content

Commit 31855d8

Browse files
committed
Remove macOS ARM64 GCC support - not compatible with Apple Silicon
1 parent 831c4d8 commit 31855d8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build_node_shared.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,7 @@ jobs:
5959
lib_name: libnode.127.dylib
6060
nproc_cmd: sysctl -n hw.ncpu
6161
# 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
62+
# Note: GCC is not supported on Apple Silicon, only Clang is available
6963
- os: macos-14
7064
platform: mac
7165
arch: arm64

0 commit comments

Comments
 (0)