Skip to content

Commit

Permalink
ci: add macos and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed Jun 7, 2023
1 parent b7f7e16 commit aacea7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
tests:
strategy:
matrix:
platform: [ubuntu-20.04, ubuntu-22.04]
platform: [macos-latest, ubuntu-20.04, ubuntu-22.04, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit aacea7f

Please sign in to comment.