Skip to content

Commit 7cf33d0

Browse files
authored
Exclude node v24/x86 combination on windows
1 parent 451f8db commit 7cf33d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
exclude:
1414
- { os: ubuntu-latest, arch: x86 }
1515
- { os: macos-latest, arch: x86 }
16+
- { os: windows-latest, arch: x86, node: 24 }
1617
runs-on: ${{ matrix.os }}
1718
name: ${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}
1819
steps:

0 commit comments

Comments
 (0)