From e2d262809e9d5d5feb94a157232e0ae80d92765b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 10 Dec 2023 09:09:16 +0200 Subject: [PATCH] CI: reduce CI matrix Run the oldest and the latest supported versions on macOS and Windows --- .github/workflows/ci.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 852ded42a..f35e2e8a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,15 @@ jobs: - '3.12' os: - ubuntu-latest - - macos-latest - - windows-latest + include: + - os: macos-latest + python: '3.8' + - os: macos-latest + python: '3.12' + - os: windows-latest + python: '3.8' + - os: windows-latest + python: '3.12' steps: - name: Clone repository