From db24b03f55d94a2b0a0965960faf254b07cf1ff2 Mon Sep 17 00:00:00 2001 From: Kyle Cesare Date: Sat, 21 Sep 2024 18:49:16 -0600 Subject: [PATCH] Use universal2 target for MacOS wheel builds. --- .github/workflows/python.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 4bf0e09..78a8831 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -16,9 +16,9 @@ jobs: - os: ubuntu-latest target: aarch64 - os: macos-13 - target: x86_64 + target: universal2 - os: macos-14 - target: aarch64 + target: universal2 steps: - name: checkout