Skip to content

Commit

Permalink
add windows build to github actions job matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Oct 8, 2024
1 parent 588f412 commit ae3d485
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tabulate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ on:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
os: ["ubuntu-latest", "windows-latest"]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ae3d485

Please sign in to comment.