Skip to content

Commit

Permalink
Update macOS target to macOS 11
Browse files Browse the repository at this point in the history
Changed MACOSX_DEPLOYMENT_TARGET to 11
  • Loading branch information
emlowe authored Jul 31, 2023
1 parent 999c4df commit c210f94
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 @@ -47,7 +47,7 @@ jobs:
- name: Build MacOs with maturin on Python ${{ matrix.python }}
if: startsWith(matrix.os, 'macos')
env:
MACOSX_DEPLOYMENT_TARGET: '10.14'
MACOSX_DEPLOYMENT_TARGET: '11'
run: |
python -m venv venv
ln -s venv/bin/activate
Expand Down

0 comments on commit c210f94

Please sign in to comment.