Skip to content

Commit

Permalink
Test Windows and macOS on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 11, 2023
1 parent 9c20640 commit 0185ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [nightly, beta, stable]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0185ddf

Please sign in to comment.