From 9b46965ebc916c739b5eee8b98cb477238ca5e1a Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Tue, 29 Oct 2024 14:25:44 +0100 Subject: [PATCH] Remove incorrect macosx devlopment flag --- .github/workflows/build_wheels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index a7312774..4ef051a2 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -47,7 +47,6 @@ jobs: CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: "pytest {project}/tests" CIBW_MANYLINUX_*_IMAGE: manylinux_2_28 - MACOSX_DEPLOYMENT_TARGET: ${{ matrix.architecture == 'x86_64' && '13.0' || '14.0' }} - uses: actions/upload-artifact@v3 with: