From 4c6129fdbe9a702d84336e178a00ed11c30cf135 Mon Sep 17 00:00:00 2001 From: iChenLei Date: Sun, 20 Aug 2023 13:30:57 +0800 Subject: [PATCH] chore: remove linux test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39bf1fae7..1e9aa652d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: matrix: # Test all mainstream operating system # os: [ubuntu-latest, macos-latest, windows-latest] - os: [ubuntu-latest, windows-latest] + os: [windows-latest] node: [18] runs-on: ${{ matrix.os }} steps: