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 3286ea61 Re-disable build-conan on MacOS.
3286ea61 is described below
commit 3286ea614c35373423d4aac3eaa088118713b419
Author: PengZheng <[email protected]>
AuthorDate: Thu Jan 19 16:39:15 2023 +0800
Re-disable build-conan on MacOS.
---
.github/workflows/macos.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 39c4b45d..2295997e 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-latest
timeout-minutes: 120
steps: