Skip to content

Commit 6cfec31

Browse files
ci: place os correctly
1 parent 958438e commit 6cfec31

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
@@ -13,8 +13,8 @@ jobs:
1313
build:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16-
os: [ubuntu-latest, windows-latest]
1716
matrix:
17+
os: [ubuntu-latest, windows-latest]
1818
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:

0 commit comments

Comments
 (0)