Skip to content

Commit c0cd09d

Browse files
committed
testing macOS build
1 parent 3f63257 commit c0cd09d

12 files changed

+8
-9
lines changed

.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: [macos-13, macos-15]
31-
# os: [windows-2022, macos-15]
30+
# os: [macos-13, macos-15]
31+
os: [windows-2022, macos-13, 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: [macos-13, macos-15]
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-5
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-15]
88-
node: [20]
89-
# node: [18, 20, 22, 23]
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]
9090
steps:
9191

9292
- name: Checkout code
@@ -99,7 +99,6 @@ jobs:
9999
os: ${{ matrix.os }}
100100

101101
- name: Run .NET 4.5 tests
102-
if: matrix.os != 'macos-13'
103102
shell: bash
104103
run: node tools/test.js CI
105104

27.1 KB
Binary file not shown.
12 KB
Binary file not shown.
35.1 KB
Binary file not shown.
24 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
35.1 KB
Binary file not shown.
24 KB
Binary file not shown.
35.1 KB
Binary file not shown.
24 KB
Binary file not shown.

0 commit comments

Comments
 (0)