diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9881d7dcf7..391637c1b7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,10 +40,6 @@ jobs: - { os: ["macos", "macos-latest"], config: ["3.9", "lint"] } - { os: ["macos", "macos-latest"], config: ["3.9", "docs"] } - { os: ["macos", "macos-latest"], config: ["3.9", "coverage"] } - # macOS/Python 3.11+ is set up for universal2 architecture - # which causes build and package selection issues. - - { os: ["macos", "macos-latest"], config: ["3.11", "py311"] } - - { os: ["macos", "macos-latest"], config: ["3.12", "py312"] } runs-on: ${{ matrix.os[1] }} if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name