Skip to content

Commit 51d2741

Browse files
committed
CI: OS doesn't need to be in test matrix
1 parent d5dc142 commit 51d2741

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ jobs:
1818

1919
tests:
2020

21-
runs-on: ${{ matrix.os }}
21+
runs-on: "ubuntu-latest"
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: ["ubuntu-latest"]
2625
python-version: ["3.10", "3.14"]
2726
sphinx-version: ["6.*", "7.*"]
2827
include:
29-
- os: "ubuntu-latest"
30-
python-version: "3.9"
28+
- python-version: "3.9"
3129
sphinx-version: "7.*"
3230

3331
env:
@@ -37,7 +35,6 @@ jobs:
3735
name: "
3836
Sphinx ${{ matrix.sphinx-version }}
3937
Python ${{ matrix.python-version }}
40-
OS ${{ matrix.os }}
4138
"
4239
steps:
4340

0 commit comments

Comments
 (0)