Skip to content

Commit

Permalink
fix deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Oct 9, 2024
1 parent c9be95f commit 807bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build MacOs with maturin on Python ${{ matrix.python }}
if: startsWith(matrix.os, 'macos')
env:
MACOSX_DEPLOYMENT_TARGET: "13"
MACOSX_DEPLOYMENT_TARGET: "13.0"
run: |
python -m venv venv
ln -s venv/bin/activate
Expand Down

0 comments on commit 807bae1

Please sign in to comment.