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 415c1316 Use macos-latest for CI.
415c1316 is described below
commit 415c131652536e8640bcdf97e6bea2654038f152
Author: PengZheng <[email protected]>
AuthorDate: Sun Jan 22 18:12:22 2023 +0800
Use macos-latest for CI.
---
.github/workflows/macos.yml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 99918460..d679f054 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -9,7 +9,7 @@ on:
jobs:
build-conan:
- runs-on: macos-10.15
+ runs-on: macos-latest
timeout-minutes: 120
steps:
- name: Checkout source code
@@ -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: |