Skip to content

Commit 5c012f5

Browse files
committed
Attempt CI update to restore Win 7 support
1 parent 60ab0d1 commit 5c012f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
- host: windows-latest
3535
build: yarn build
3636
target: x86_64-pc-windows-msvc
37+
build: yarn build --target x86_64-win7-windows-msvc
3738
- host: windows-latest
3839
target: i686-pc-windows-msvc
39-
build: yarn build --target i686-pc-windows-msvc
40+
build: yarn build --target i686-win7-windows-msvc
4041
- host: ubuntu-latest
4142
target: x86_64-unknown-linux-gnu
4243
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian

0 commit comments

Comments
 (0)