From 7890b07a019fc4ede0840f16d8ca0807400aa5e3 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Wed, 13 May 2026 01:42:46 +0800 Subject: [PATCH] ci: drop windows-latest from matrix Self-hosted Gitea Actions has no Windows runner; the four Windows jobs sat in 'Waiting' indefinitely. Linux-only matrix keeps CI green on a single act_runner. Co-Authored-By: Claude Opus 4.7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c45d3db..688bea4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] python: ["3.12", "3.13"] steps: - uses: actions/checkout@v4 @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] python: ["3.12", "3.13"] steps: - uses: actions/checkout@v4