Skip to content

Commit 81e562a

Browse files
committed
Disable node matrix tests for macos and windows
1 parent fec9ea9 commit 81e562a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
node_version:
1717
- 20
1818
- 24
19+
exclude:
20+
- operating_system: windows-latest
21+
node_version: 24
22+
- operating_system: macos-latest
23+
node_version: 24
1924
fail-fast: false # run tests on other operating systems even if one fails
2025

2126
runs-on: ${{ matrix.operating_system }}
@@ -46,6 +51,11 @@ jobs:
4651
node_version:
4752
- 20
4853
- 24
54+
exclude:
55+
- operating_system: windows-latest
56+
node_version: 24
57+
- operating_system: macos-latest
58+
node_version: 24
4959
fail-fast: false # run tests on other operating systems even if one fails
5060

5161
runs-on: ${{ matrix.operating_system }}
@@ -76,6 +86,11 @@ jobs:
7686
node_version:
7787
- 20
7888
- 24
89+
exclude:
90+
- operating_system: windows-latest
91+
node_version: 24
92+
- operating_system: macos-latest
93+
node_version: 24
7994
fail-fast: false
8095

8196
runs-on: ${{ matrix.operating_system }}

0 commit comments

Comments
 (0)