Skip to content

Commit 958438e

Browse files
ci: fix syntax
1 parent b1e99e8 commit 958438e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111

1212
jobs:
1313
build:
14+
runs-on: ${{ matrix.os }}
1415
strategy:
1516
os: [ubuntu-latest, windows-latest]
1617
matrix:
1718
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
18-
runs-on: ${{ matrix.os }}
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)