diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 93a1f6b05e..9b0b1c34bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: job: - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 } - { target: x86_64-apple-darwin, os: macos-latest } - - { target: x86_64-pc-windows-gnu, os: windows-latest } + - { target: x86_64-pc-windows-msvc, os: windows-latest } - { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true } # FIXME: these jobs are falling back to x86-64, so they're not testing anything. #