From cc410b850329d84d9930056b7e8245db044fab97 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 11 May 2025 18:01:25 +0800 Subject: [PATCH] Save the environment by reducing CI targets --- .github/workflows/ci.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b9d528..7bb5d76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,28 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] python-version: [3.9, "3.10", "3.11", "3.12", "3.13"] + include: + - os: windows-latest + python-version: "3.13" + - os: macos-latest + python-version: "3.13" + exclude: + - os: windows-latest + python-version: 3.9 + - os: windows-latest + python-version: "3.10" + - os: windows-latest + python-version: "3.11" + - os: windows-latest + python-version: "3.12" + - os: macos-latest + python-version: 3.9 + - os: macos-latest + python-version: "3.10" + - os: macos-latest + python-version: "3.11" + - os: macos-latest + python-version: "3.12" steps: - name: Checkout code