diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f32693861c..4264d7a087 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -4,6 +4,10 @@ jobs: check: name: Check runs-on: ubuntu-latest + strategy: + matrix: + os: [ubuntu-latest, macos-latest] + runs-on: ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v2 @@ -35,4 +39,4 @@ jobs: if: failure() with: name: npm-logs - path: ~/.npm/_logs \ No newline at end of file + path: ~/.npm/_logs