Skip to content

Commit

Permalink
Remove incorrect macosx devlopment flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Oct 29, 2024
1 parent 1ab162e commit 9b46965
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9b46965

Please sign in to comment.