Skip to content

Commit

Permalink
macos 15
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Feb 28, 2025
1 parent c387d60 commit 9f4ca31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
echo "OPENSSL_DIR=$(brew --prefix openssl)" >> $GITHUB_ENV
echo "OPENSSL_LIB_DIR=$(brew --prefix openssl)/lib" >> $GITHUB_ENV
echo "OPENSSL_INCLUDE_DIR=$(brew --prefix openssl)/include" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=$(brew --prefix openssl)/lib/pkgconfig" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=15.0" >> $GITHUB_ENV
if: matrix.build == 'macos'

- run: choco install openssl
Expand Down

0 comments on commit 9f4ca31

Please sign in to comment.