From a5dfe698502257370203cb61adf141c6ab11522b Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 9 Aug 2021 20:21:15 +0200 Subject: [PATCH] chore: remove macos from matrix as randomly takes lots of time --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9bafab26d..5bd31c654d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] # TODO: add windows-latest by #408 + os: [ubuntu-latest] # TODO: add windows-latest by #408 node: [14] steps: @@ -59,7 +59,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] # TODO: add windows-latest by #408 + os: [ubuntu-latest] # TODO: add windows-latest by #408 node: [14] steps: