This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch hotfix/openssl-update
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/hotfix/openssl-update by this 
push:
     new 9ac52392 Revert "Update to OpenSSL 3.0."
9ac52392 is described below

commit 9ac52392966a1937a5916e031a0a0e28f43cd8d0
Author: PengZheng <howto...@gmail.com>
AuthorDate: Thu Apr 25 18:15:08 2024 +0800

    Revert "Update to OpenSSL 3.0."
    
    This reverts commit a36401d78af0d9668a2cef4c070411a9a712e1d6.
---
 .github/workflows/macos.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 2bbdfeed..54872e50 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -75,7 +75,7 @@ jobs:
         uses: actions/checkout@v3.3.0
       - name: Install dependencies
         run: |
-          brew install lcov jansson rapidjson libzip ccache ninja openssl
+          brew install lcov jansson rapidjson libzip ccache ninja openssl@1.1
       - name: Prepare ccache timestamp
         id: ccache_cache_timestamp
         run: |
@@ -104,5 +104,5 @@ jobs:
       - name: Test
         run: |
           cd $GITHUB_WORKSPACE/build
-          export DYLD_LIBRARY_PATH=$(brew --prefix 
openssl)/lib/:$DYLD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
+          export DYLD_LIBRARY_PATH=$(brew --prefix 
openssl@1.1)/lib/:$DYLD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
           ctest --output-on-failure

Reply via email to