diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1d7aafd..5c8144f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,11 +32,11 @@ jobs: target: x86_64-apple-darwin build: yarn build --target x86_64-apple-darwin - 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-win7-windows-msvc + build: yarn build --target i686-pc-windows-msvc - host: ubuntu-latest target: x86_64-unknown-linux-gnu docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian