Skip to content

Commit

Permalink
fix: macosx_deployment_target to 10.15 (#165)
Browse files Browse the repository at this point in the history
* fix for macos build

---------

Co-authored-by: Théo Monnom <[email protected]>
  • Loading branch information
gustavo-lighttwist and theomonnom authored Aug 21, 2023
1 parent 17f3388 commit c01137f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ffi-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
platform: macos
dylib: liblivekit_ffi.dylib
target: x86_64-apple-darwin
macosx_deployment_target: "10.11"
macosx_deployment_target: "10.15"
name: ffi-macos-x86_64
- os: macos-latest
platform: macos
Expand Down Expand Up @@ -158,4 +158,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.name }}.zip
path: ${{ matrix.name }}.zip
path: ${{ matrix.name }}.zip
2 changes: 1 addition & 1 deletion webrtc-sys/libwebrtc/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ gn gen "$OUTPUT_DIR" --root="src" \
enable_dsyms=$debug \
target_os=\"mac\" \
target_cpu=\"$arch\" \
mac_deployment_target=\"10.11\" \
mac_deployment_target=\"10.15\" \
treat_warnings_as_errors=false \
rtc_enable_protobuf=false \
rtc_include_tests=false \
Expand Down

0 comments on commit c01137f

Please sign in to comment.