ci: drop windows-latest from matrix
Some checks failed
CI / Library tests (no torch) (ubuntu-latest, 3.12) (push) Has been cancelled
CI / Library tests (no torch) (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Full dev suite (with torch) (ubuntu-latest, 3.12) (push) Has been cancelled
CI / Full dev suite (with torch) (ubuntu-latest, 3.13) (push) Has been cancelled

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 <noreply@anthropic.com>
This commit is contained in:
2026-05-13 01:42:46 +08:00
parent 1c60763037
commit 7890b07a01

View File

@@ -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