Skip to content

Commit

Permalink
remove mswin from CI
Browse files Browse the repository at this point in the history
it breaks in inscrutable ways, and I don't think it's caught any problems
that weren't also caught by the other windows builds

also don't need to install llvm 15 on windows anymore
  • Loading branch information
matsadler committed Mar 31, 2024
1 parent bd002a9 commit 5c6089f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
rustup-toolchain:
- "1.61"
- stable
include:
- os: windows-latest
ruby-version: mswin
rustup-toolchain: stable

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5c6089f

Please sign in to comment.