From 1d53bcc1ba0dcc8bd9d7edfc25b021b3d364e984 Mon Sep 17 00:00:00 2001 From: zssherman Date: Tue, 8 Oct 2024 12:38:04 -0500 Subject: [PATCH] CI: Remove ARM build. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) 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