diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 6c27e3c8d..f9c8a926c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,10 +11,12 @@ on: jobs: test: - runs-on: ubuntu-latest strategy: matrix: python: [ 3.6, 3.7, 3.8, 3.9 ] + os: [ ubuntu-latest, macos-latest ] + runs-on: ${{ matrix.os }} + steps: - uses: actions/checkout@v2 - name: Set up Python