From 60ddcc08ed44689ac7042fff01b9e032086744a3 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 27 Dec 2025 17:05:06 +0800 Subject: [PATCH] Revert "Update ci.yml" This reverts commit 02b770a6f4691b8c00b5d43c1376888a93a08d18. --- .github/workflows/ci.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e61660..7bb5d76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,32 +11,30 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-large] - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + 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" - - os: macos-latest-large - python-version: "3.10" - - os: macos-latest-large - python-version: "3.11" - - os: macos-latest-large - python-version: "3.12" steps: - name: Checkout code