Skip to content

Commit

Permalink
Attempt CI update to restore Win 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 committed Feb 15, 2025
1 parent 60ab0d1 commit 5c012f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
- host: windows-latest
build: yarn build
target: x86_64-pc-windows-msvc
build: yarn build --target x86_64-win7-windows-msvc
- host: windows-latest
target: i686-pc-windows-msvc
build: yarn build --target i686-pc-windows-msvc
build: yarn build --target i686-win7-windows-msvc
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
Expand Down

0 comments on commit 5c012f5

Please sign in to comment.