Skip to content

Commit

Permalink
Remove Windows from CI
Browse files Browse the repository at this point in the history
See #70 for details
  • Loading branch information
mark-stopka authored Jun 7, 2021
1 parent 29109aa commit 3630bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
rust: [stable, nightly]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 3630bfa

Please sign in to comment.