Use the default host target for CI on Windows

pull/579/head^2
Wilfred Hughes 2023-11-26 00:35:51 +07:00
parent a255fbc950
commit 5a2cbd0cc3
1 changed files with 1 additions and 1 deletions

@ -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.
#