Skip to content

Commit d304852

Browse files
committed
test(pytest.yml): simplify test array
The scope of pytest checks is constrained to a latest GitHub runner for (Ubuntu, Windows, MacOS) and (Python 3.10, 3.13). Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
1 parent 31cffda commit d304852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
matrix:
2424
# for a factorial test, an explicit selection of GitHUb runner images
2525
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
26-
# state of commit 23478d3 as visited on 2024-11-11 Mon
27-
os: [ubuntu-22.04,ubuntu-24.04, windows-2019, windows-2022, macos-14]
28-
python-version: ["3.10", "3.12", "3.13"]
26+
# state of commit 310e8e9 as visited on 2025-05-02 Fri
27+
os: [ubuntu-24.04, macos-15, windows-2025]
28+
python-version: ["3.10", "3.13"]
2929
runs-on: ${{ matrix.os }}
3030

3131
timeout-minutes: 5 # Timeout for each job individually

0 commit comments

Comments
 (0)