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

pengzheng pushed a commit to branch feature/civetweb_integration
in repository https://gitbox.apache.org/repos/asf/celix.git

commit cb6d929dc884664bafc158e5b3d894491a414427
Author: PengZheng <[email protected]>
AuthorDate: Sun Feb 5 15:54:37 2023 +0800

    Fix toolchain inconsistency for macOS's conan build.
---
 .github/workflows/macos.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index a29b7c20..e8807fcb 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -22,10 +22,6 @@ jobs:
         run: |
           conan profile new default --detect
           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++ default
-          conan profile update settings.compiler.version=12.0 default
       - name: Install Dependencies
         env:
           CONAN_BUILD_OPTIONS: |

Reply via email to