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