Skip to content

Commit e8ff284

Browse files
committed
Run tests on matrix platform.
1 parent 9ac8902 commit e8ff284

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313

1414
test:
1515

16-
runs-on: ubuntu-latest
17-
1816
strategy:
1917
fail-fast: false
2018
matrix:
2119
platform: [ubuntu-latest, macos-latest, windows-latest]
2220
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2321

22+
runs-on: ${{ matrix.platform }}
23+
2424
steps:
2525

2626
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)