diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb32a90f6c..fdf652cb6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,12 +34,6 @@ jobs: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] os: [macOS, ubuntu, Windows] - include: - - os: macos-latest - PLAT: arm64 - INTERFACE64: "" - platform: [x64] - steps: - uses: actions/checkout@v4