diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b745f618da..7128e4b2609 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,11 @@ jobs: matrix: os: ["windows-latest", "ubuntu-latest", "macos-latest"] python-version: ["3.8", "3.9", "3.10"] + exclude: + - os: "macos-latest" + python-version: "3.8" + - os: "macos-latest" + python-version: "3.10" env: PYTHON_VERSION: ${{ matrix.python-version }}