Skip to content

Commit af359fb

Browse files
committed
Disable macos prebuilds
prebuilt binaries have invalid code signing and prevent the library binary from loading properly a codesigning approach may have to be implemented at a later date to allow for macos prebuild installs. In the meantime, macOS installations will have to build from source. This is likely not too much of an imposition as: the macOS platform is typically a development platform (rather than a deployment platform) and the build step is much faster as the ANGLE library is already compiled
1 parent 5e0d96d commit af359fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
node-version: [22.x]
13-
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022, macos-14]
13+
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022]
1414
target: ["18.0.0", "20.0.0", "22.0.0"]
1515
runs-on: ${{ matrix.os }}
1616
permissions:

0 commit comments

Comments
 (0)