Skip to content

Commit

Permalink
Use the default host target for CI on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 26, 2023
1 parent a255fbc commit 5a2cbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 5a2cbd0

Please sign in to comment.