From 3de38d0ab243a8a481be257a4ad9ee38153b65de Mon Sep 17 00:00:00 2001 From: Ethan Steinberg Date: Sat, 22 Jun 2024 16:55:16 -0700 Subject: [PATCH] Fix --- .github/workflows/python-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 9013388..c1b4b6e 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -23,7 +23,7 @@ jobs: - name: Build wheels mac uses: pypa/cibuildwheel@v2.19.1 - if: matrix.os in ('macos-13', 'macos-14') + if: matrix.os == 'macos-13' or matrix.os == 'macos-14' env: CIBW_ARCHS: auto64