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 f45a5bb5 Use latest macOS and OpenSSL 1.1.
f45a5bb5 is described below
commit f45a5bb5fd7cacf72b77f2bd74acb928b85dcc60
Author: PengZheng <[email protected]>
AuthorDate: Thu Apr 25 17:51:37 2024 +0800
Use latest macOS and OpenSSL 1.1.
---
.github/workflows/macos.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 2857a2af..2f4a8b59 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -75,7 +75,7 @@ jobs:
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 [email protected]
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
run: |