Skip to content

Commit 9b46965

Browse files
committed
Remove incorrect macosx devlopment flag
1 parent 1ab162e commit 9b46965

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
CIBW_TEST_REQUIRES: pytest
4848
CIBW_TEST_COMMAND: "pytest {project}/tests"
4949
CIBW_MANYLINUX_*_IMAGE: manylinux_2_28
50-
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.architecture == 'x86_64' && '13.0' || '14.0' }}
5150

5251
- uses: actions/upload-artifact@v3
5352
with:

0 commit comments

Comments
 (0)