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 1dac05b0 Disable build-conan on MacOS for unresolved #471.
1dac05b0 is described below

commit 1dac05b0f90f9e009c104c0c0623e173d5f9d4b8
Author: PengZheng <[email protected]>
AuthorDate: Thu Jan 19 18:44:25 2023 +0800

    Disable build-conan on MacOS for unresolved #471.
---
 .github/workflows/macos.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index df76b708..3d7b6a65 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -9,6 +9,7 @@ on:
 jobs:
 
   build-conan:
+    if: false #See #471
     runs-on: macos-10.15
     timeout-minutes: 120
     steps:

Reply via email to