This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new e16f353c Try to fix macos-14 e16f353c is described below commit e16f353c281fafcfa78216877fb86e2e987b6e9d Author: Sebb <s...@apache.org> AuthorDate: Tue Jul 23 23:40:09 2024 +0100 Try to fix macos-14 --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2cec34c4..be0ab6dd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -133,6 +133,8 @@ jobs: - name: Test with Maven (macOS) test-with-jar # macOS needs to override the library name (macOS-11) if: ${{ runner.os == 'macOS' }} + env: + Mac_INC_OPENSSL: /opt/homebrew/include # Try to fix macos-14 run: | mvn -V -B -ntp surefire:test -Djni.library.path=$ENGINESDIR -Djna.library.path=$ENGINESDIR -Ptest-with-jar - name: Test with Maven (macOS) no library override