Skip to content

Commit 3c43178

Browse files
committed
add macos build to github actions job matrix
1 parent a81f6b0 commit 3c43178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tabulate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
12-
os: ["ubuntu-latest", "windows-latest"]
12+
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1313
runs-on: ${{ matrix.os }}
1414

1515
steps:

0 commit comments

Comments
 (0)