From 29ee9f7e27d7e8c2e6ef0832325811e08d288347 Mon Sep 17 00:00:00 2001 From: Stewart Boogert Date: Fri, 4 Aug 2023 20:58:23 +0100 Subject: [PATCH] pyg4ometry : (CI/CD) temporary removal of arm64 build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3abf06b6d..9d8a3a2eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,5 +154,5 @@ manylinux-x86_64-image = "g4edge/pyg4ometry-manylinux2014_x86_64:latest" archs = ["auto"] [tool.cibuildwheel.macos] -archs = ["x86_64", "arm64"] +archs = ["x86_64"] #, "arm64"] before-all = ".github/bin/install-deps-macos.sh"