Skip to content

Commit 7034260

Browse files
committed
ci: Run tests on Linux, MacOS, and Windows
1 parent 355aa00 commit 7034260

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ permissions:
1010

1111
jobs:
1212
test:
13-
name: Test - Python ${{ matrix.python-version }}
14-
runs-on: ubuntu-latest
13+
name: Test - Python ${{ matrix.python-version }} - ${{ matrix.os }}
14+
runs-on: ${{ matrix.os }}-latest
1515
strategy:
1616
matrix:
17+
os: [ubuntu, macos, windows]
1718
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1819

1920
steps:

0 commit comments

Comments
 (0)