Skip to content

Commit

Permalink
CI: Add testing on macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 10, 2023
1 parent 955e11f commit f88a9fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.11"]
include:
- os: "macos-latest"
python-version: "3.11"
- os: "windows-latest"
python-version: "3.11"

env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit f88a9fc

Please sign in to comment.