Skip to content

Commit

Permalink
fix: change iOS deployment target to 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuncw99 committed Mar 12, 2024
1 parent 7285605 commit 029f35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build xcframework
working-directory: opencv
env:
IPHONEOS_DEPLOYMENT_TARGET: 12.0
IPHONEOS_DEPLOYMENT_TARGET: 15.2
MACOSX_DEPLOYMENT_TARGET: 10.13
run: |
git apply $GITHUB_WORKSPACE/opencv-spm/opencv.patch
Expand Down

0 comments on commit 029f35e

Please sign in to comment.