Skip to content

Commit c8c7b1f

Browse files
committed
testing macOS build
1 parent 3b08e4f commit c8c7b1f

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

.github/actions/test-build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ runs:
102102
ignore_case: true
103103

104104
- name: Run .NET 4.5 tests
105-
if: inputs.os != 'macos-13'
105+
# if: inputs.os != 'macos-13'
106106
shell: bash
107107
run: node tools/test.js CI
108108

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
# node-version: ${{ steps.node-test-version.outputs.node-version }}
2828
strategy:
2929
matrix:
30-
# os: [windows-2022, macos-14]
31-
os: [windows-2022, macos-15]
30+
os: [macos-13]
31+
# os: [windows-2022, macos-15]
3232
fail-fast: true
3333

3434
name: build node-${{ inputs.build-version }} ${{ matrix.os }}
@@ -48,8 +48,8 @@ jobs:
4848
needs: build
4949
strategy:
5050
matrix:
51-
# os: [windows-2022]
52-
os: [windows-2022, macos-13, macos-15]
51+
os: [macos-13, macos-15]
52+
# os: [windows-2022, macos-13, macos-15]
5353
fail-fast: false
5454

5555
name: test node-${{ inputs.build-version }} ${{ matrix.os }}

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
os: [macos-13, macos-15, ubuntu-24.04, ubuntu-24.04-arm, windows-2022]
87-
# os: [macos-13, macos-15]
88-
# node: [18, 20, 22, 23]
89-
node: [18, 20, 22, 23]
86+
# os: [macos-13, macos-15, ubuntu-24.04, ubuntu-24.04-arm, windows-2022]
87+
os: [macos-15]
88+
node: [20]
89+
# node: [18, 20, 22, 23]
9090
steps:
9191

9292
- name: Checkout code
9.5 KB
Binary file not shown.
474 KB
Binary file not shown.
81.8 KB
Binary file not shown.

lib/native/darwin/x64/20/node.version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.18.3

0 commit comments

Comments
 (0)