Skip to content

Commit ae3d485

Browse files
committed
add windows build to github actions job matrix
1 parent 588f412 commit ae3d485

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tabulate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
109
strategy:
1110
matrix:
1211
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
12+
os: ["ubuntu-latest", "windows-latest"]
13+
runs-on: ${{ matrix.os }}
1314

1415
steps:
1516
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)