From be8aa4df6dfef983de9f15e1b75147048104a019 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Thu, 26 Oct 2023 20:14:21 -0500 Subject: [PATCH] Disable MacOS ARM64 wheels Freetype is not available --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58c0f55..7986eae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - os: windows-2019 cibw_archs: "AMD64 ARM64" - os: macos-11 - cibw_archs: "x86_64 arm64" + cibw_archs: "x86_64" # arm64" # No freetype on non-native platforms - os: "ubuntu-20.04" cibw_archs: "aarch64" - os: "ubuntu-20.04"