Skip to content

Commit

Permalink
Run GitHub Actions on Windows and macOS (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunacookies authored Jan 28, 2021
1 parent c501f4c commit aaa6572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
- beta
- nightly
os:
- macos-latest
- ubuntu-latest
- windows-latest

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit aaa6572

Please sign in to comment.