From 5a2cbd0cc32f3ffb3430d63310e0fea309662369 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 26 Nov 2023 00:35:51 +0000 Subject: [PATCH] Use the default host target for CI on Windows --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #