Skip to content

Commit

Permalink
CI: windows is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Samuels committed Mar 14, 2024
1 parent 9e23f55 commit 5e25998
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
include:
- os: ubuntu-latest
- os: windows-latest
- os: macos-latest

steps:
Expand Down

0 comments on commit 5e25998

Please sign in to comment.