From 1a0a80436757e0ff67d2f5d4cfc28a915ecc3ebe Mon Sep 17 00:00:00 2001 From: ifyour Date: Mon, 13 Nov 2023 21:37:22 +0800 Subject: [PATCH] fix: reduce ci build system --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01beb09..f317466 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: node: ['18.x'] - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [windows-latest, macOS-latest] steps: - name: Checkout repo