From dbb3cdaa34c1ae1a41199cc883216aa8aa4b0b25 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 10 Jan 2022 11:42:59 +1100 Subject: [PATCH] Remove run on macos This is a browser library, there is little to no value to run the CI on several OSes. --- .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 09e67e43d9..7a292f0db8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: node: [16] - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout code