Skip to content

Commit 2558274

Browse files
committed
Update ci.yaml
1 parent 36e0eb9 commit 2558274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [macos-13]
11-
python-version: ["3.12"] # ["3.9", "3.10", "3.11", "3.12", "3.13"]
10+
os: [ubuntu-latest, macos-13]
11+
python-version: ["3.9", "3.12"] # ["3.9", "3.10", "3.11", "3.12", "3.13"]
1212

1313
runs-on: ${{ matrix.os }}
1414

0 commit comments

Comments
 (0)