From 91da0d4635252df03b01770d66f4f5e8eac50d5b Mon Sep 17 00:00:00 2001 From: aksm-ms <58936966+aksm-ms@users.noreply.github.com> Date: Tue, 21 Jul 2020 15:17:27 +0530 Subject: [PATCH] Update ci.yml --- .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 917eec60..167d77cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-latest, ubuntu-latest] steps: - name: 'Checking out repo code' @@ -25,4 +25,4 @@ jobs: - name: 'Run L0 tests' run: | - npm run test \ No newline at end of file + npm run test