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 981d6e71 Re-enable build-conan on MacOS.
981d6e71 is described below
commit 981d6e71425ca0d5ddb4536afe10156231a6438a
Author: PengZheng <[email protected]>
AuthorDate: Thu Jan 19 14:49:32 2023 +0800
Re-enable build-conan on MacOS.
---
.github/workflows/macos.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index ef6f0589..16c24a86 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -9,7 +9,6 @@ on:
jobs:
build-conan:
- if: false #See #471
runs-on: macOS-latest
timeout-minutes: 120
steps: