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 b6ac6e6c Use macOS-13 rather than macOS-14.
b6ac6e6c is described below

commit b6ac6e6cc3f5bc8f9e7786633befb1e3a99670b5
Author: PengZheng <[email protected]>
AuthorDate: Thu Apr 25 17:04:26 2024 +0800

    Use macOS-13 rather than macOS-14.
---
 .github/workflows/macos.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index b2a268ac..177a9b24 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -68,14 +68,14 @@ jobs:
           source deactivate_conanrun.sh
 
   macos-build-brew:
-    runs-on: macOS-latest
+    runs-on: macOS-13
     timeout-minutes: 120
     steps:
       - name: Checkout source code
         uses: actions/[email protected]
       - name: Install dependencies
         run: |
-          brew install lcov jansson rapidjson libzip ccache ninja openssl
+          brew install lcov jansson rapidjson libzip ccache ninja
       - name: Prepare ccache timestamp
         id: ccache_cache_timestamp
         run: |
@@ -104,6 +104,5 @@ jobs:
       - name: Test
         run: |
           cd $GITHUB_WORKSPACE/build
-          export 
DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$DYLD_LIBRARY_PATH
           export 
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH:$(pwd)/utils:$(pwd)/framework:$(pwd)/dfi
           ctest --output-on-failure

Reply via email to