We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81f6b0 commit 3c43178Copy full SHA for 3c43178
1 file changed
.github/workflows/tabulate.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
12
- os: ["ubuntu-latest", "windows-latest"]
+ os: ["ubuntu-latest", "windows-latest", "macos-latest"]
13
runs-on: ${{ matrix.os }}
14
15
steps:
0 commit comments