From 837535b39d48459af21c1b6a60307cd406e46b2b Mon Sep 17 00:00:00 2001 From: David A Minton Date: Fri, 15 Sep 2023 16:19:33 -0400 Subject: [PATCH] Got rid of aarch64 build in Github actions because it's way faster to do it on my M1 than wait on the emulated GA runner --- .github/workflows/build_wheels.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index a607e1741..8f2480a9a 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -12,9 +12,6 @@ jobs: matrix: os: [ubuntu-latest, macos-11, macos-12, macos-13] cibw_archs: [x86_64] - include: - - os: ubuntu-latest - cibw_archs: "aarch64" env: SYSTEM_VERSION_COMPAT: 0