Skip to content

Commit

Permalink
ci: add multiple OSs (ubuntu and windows) to matrix
Browse files Browse the repository at this point in the history
no macos-latest since I test it locally
  • Loading branch information
iacopy committed Nov 2, 2023
1 parent 81059f4 commit 381ed6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
python-version: ["3.11", "3.12"]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Set up ${{ matrix.python-version }}
Expand Down

0 comments on commit 381ed6a

Please sign in to comment.