Skip to content

Commit

Permalink
testing macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 6, 2025
1 parent 7038be7 commit 02ba28b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
# os: [windows-2022, macos-14]
os: [macos-14]
os: [macos-15]
fail-fast: true

name: build node-${{ inputs.build-version }} ${{ matrix.os }}
Expand Down
Binary file added lib/native/darwin/arm64/16/edge_coreclr.node
Binary file not shown.
1 change: 1 addition & 0 deletions lib/native/darwin/arm64/16/node.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.20.2
Binary file added lib/native/darwin/x64/16/edge_coreclr.node
Binary file not shown.
1 change: 1 addition & 0 deletions lib/native/darwin/x64/16/node.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.20.2
5 changes: 1 addition & 4 deletions tools/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ else {
});
}
else{
spawn('node-gyp', [`configure`, `--target=${process.versions.node}`, `--runtime=node`, `--arch=${process.arch}`], { stdio: 'inherit' })
.on('close', function() {
spawn('node-gyp', ['build'], { stdio: 'inherit' });
});
spawn('node-gyp', ['configure', 'build'], { stdio: 'inherit' });
}
}
else{
Expand Down

0 comments on commit 02ba28b

Please sign in to comment.