This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/update_github_actions
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/update_github_actions
by this push:
new b2d04a14 Fix wrong compiler.libcxx setting on MacOS.
b2d04a14 is described below
commit b2d04a14a374ca197713fb87a41aefb3ba123cbc
Author: PengZheng <[email protected]>
AuthorDate: Thu Jan 19 18:28:44 2023 +0800
Fix wrong compiler.libcxx setting on MacOS.
---
.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 8548363e..df76b708 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -24,7 +24,7 @@ jobs:
conan profile update settings.build_type=Release default
conan profile update settings.compiler=apple-clang default
conan profile update settings.compiler.cppstd=17 default
- conan profile update settings.compiler.libcxx=libc++11 default
+ conan profile update settings.compiler.libcxx=libc++ default
conan profile update settings.compiler.version=12.0 default
- name: Install Dependencies
env: