From: XhmikosR Date: Sun, 10 Dec 2023 07:09:16 +0000 (+0200) Subject: CI: reduce CI matrix X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e2d262809e9d5d5feb94a157232e0ae80d92765b;p=stevenblack-hosts.git CI: reduce CI matrix Run the oldest and the latest supported versions on macOS and Windows --- 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