diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3942326..2205c6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,11 @@ jobs: - os: ubuntu-20.04 container: python:2.7-buster python-version: "2.7" + exclude: + - os: macos-latest + python-version: "3.7" + - os: macos-latest + python-version: "pypy-3.7" runs-on: ${{ matrix.os }} container: ${{ matrix.container }}