From 4b50495f790bdbfca33e90ffe27e7d968773194a Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Fri, 23 Sep 2022 00:19:27 -0700 Subject: [PATCH] remove windows for now --- .github/workflows-source/ci.yaml | 2 +- .github/workflows/ci.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows-source/ci.yaml b/.github/workflows-source/ci.yaml index 72a7738a..2403d412 100644 --- a/.github/workflows-source/ci.yaml +++ b/.github/workflows-source/ci.yaml @@ -90,7 +90,7 @@ jobs: needs: build strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] # windows-latest not working with jest node_version: ['18'] include: - os: ubuntu-latest diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fb7c620d..f37c7423 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,6 @@ jobs: matrix: os: - ubuntu-latest - - windows-latest node_version: - '18' include: