From edd261c5344fa36980fb2366f91a490bba6f655f Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Fri, 6 Oct 2023 08:14:20 +0200 Subject: [PATCH] - quick test to see if macOS exclusions are still needed --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e16bcebb8..110b4415ce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,10 +38,6 @@ jobs: - { os: ["macos", "macos-11"], config: ["3.9", "lint"] } - { os: ["macos", "macos-11"], config: ["3.9", "docs"] } - { os: ["macos", "macos-11"], config: ["3.9", "coverage"] } - # macOS/Python 3.11+ is set up for universal2 architecture - # which causes build and package selection issues. - - { os: ["macos", "macos-11"], config: ["3.11", "py311"] } - - { os: ["macos", "macos-11"], 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