From 32742202ad3263f099fe4b2b95f81c2a8a8bb42c Mon Sep 17 00:00:00 2001 From: arshad Date: Fri, 14 Feb 2025 23:10:17 +0530 Subject: [PATCH] ci: remove windows run --- .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 b5ae3b3..160c3f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: ci: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] node-version: [20.x] runs-on: ${{ matrix.os }} steps: