Skip to content

Commit c199dc9

Browse files
committed
added os matrix testing
1 parent 9344f9e commit c199dc9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-bake.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
build:
2424

25-
runs-on: ubuntu-latest
25+
runs-on: ${{ matrix.os }}
2626
strategy:
2727
matrix:
2828
python-version:
@@ -31,6 +31,10 @@ jobs:
3131
- '3.10'
3232
- '3.11'
3333
- '3.12'
34+
os:
35+
- ubuntu-latest
36+
- windows-latest
37+
- macos-latest
3438

3539
steps:
3640
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)