Skip to content

Commit

Permalink
ci: remove windows from build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Coko7 committed Feb 1, 2025
1 parent baa52c1 commit 9ad547d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: run tests
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-latest]
toolchain: [stable, 1.75.0]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 9ad547d

Please sign in to comment.