From dcb32a61176602b2504c5540276fcce461293458 Mon Sep 17 00:00:00 2001 From: "Jack S. Hale" Date: Fri, 20 Sep 2024 14:00:56 +0200 Subject: [PATCH] Test arm64 Mac wheels (#850) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4cfd15570..9352c7b1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ test-command = [ ] test-requires = ["pytest-xdist"] test-extras = ["test"] -test-skip = "*-macosx_arm64 *-*linux_aarch64" +test-skip = "*-*linux_aarch64" manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64:2024-09-16-ab73a4b" manylinux-aarch64-image = "quay.io/pypa/manylinux_2_28_aarch64:2024-09-16-ab73a4b" @@ -80,7 +80,7 @@ environment = { "MACOSX_DEPLOYMENT_TARGET" = "10.14" } archs = [ "x86_64", "arm64", -] # Forces arm64 build on x86_64 runner using cross-compilation. +] # Forces x86_64 build on arm64 runner using cross-compilation. before-build = "export HOMEBREW_AUTO_UPDATING=0 && brew update && brew install ninja" test-command = [ "cmake -G Ninja -DPython3_EXECUTABLE=$(which python) -B build-dir -S {project}/test/test_cmake",