Skip to content

Commit

Permalink
Set min MacOS to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Nov 19, 2024
1 parent ce48bfa commit 27ec8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set Minimum MacOS Target
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
run: |
echo "MACOSX_DEPLOYMENT_TARGET=10.13" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
- name: Build wheels
env:
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down

0 comments on commit 27ec8f1

Please sign in to comment.