Skip to content

Commit a2a844f

Browse files
committed
CI: fix invalid config
1 parent 31a80a1 commit a2a844f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
timeout-minutes: 20
99
strategy:
1010
fail-fast: false
11-
os: ubuntu-22.04
1211
matrix:
12+
os: [ubuntu-22.04]
1313
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1414
include:
1515
- os: macos-14

0 commit comments

Comments
 (0)