From 56de2d60947e37bb788f3c6b3ed8233b8a09d282 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Thu, 18 Dec 2025 18:26:17 +0800 Subject: [PATCH] chore: splite windows test --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8eb7190..46f55d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: tests-tasks: strategy: matrix: - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest, macOS-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout