diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c0b9f2b..1d600ee 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -29,7 +29,7 @@ jobs: toolchain: ${{ matrix.toolchain }} profile: minimal override: true - target: "x86_64-pc-windows-gnu" + target: "x86_64-pc-windows-msvc" - name: "Test on the native x86_64-pc-windows-mscv" run: cargo test --all-features --workspace - name: "Test when cross-compiling to x86_64-pc-windows-gnu"