Skip to content

Commit d88dc3c

Browse files
committed
Try again to revive Windows x86 build
1 parent dd6bf30 commit d88dc3c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/package.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
matrix:
2323
os:
2424
- macos-14
25-
- ubuntu-20.04
26-
- windows-latest
25+
- ubuntu-22.04
26+
- windows-2022
2727
host:
2828
- x64
2929
target:
@@ -35,6 +35,10 @@ jobs:
3535
node: 18
3636
host: arm64
3737
target: arm64
38+
- os: windows-2022
39+
node: 18
40+
host: x64
41+
target: x86
3842
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
3943
steps:
4044
- name: association

0 commit comments

Comments
 (0)