This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/error_injector
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/error_injector by this
push:
new dc92a666 Revert "Use macos-latest for CI." to optimize conan build
time.
dc92a666 is described below
commit dc92a6667f623fc8285f496164781187dafe87c2
Author: PengZheng <[email protected]>
AuthorDate: Sun Jan 22 18:14:33 2023 +0800
Revert "Use macos-latest for CI." to optimize conan build time.
This reverts commit 415c131652536e8640bcdf97e6bea2654038f152.
---
.github/workflows/macos.yml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index d679f054..99918460 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -9,7 +9,7 @@ on:
jobs:
build-conan:
- runs-on: macos-latest
+ runs-on: macos-10.15
timeout-minutes: 120
steps:
- name: Checkout source code
@@ -22,6 +22,10 @@ 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: |