This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch support/2.4
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 397cb92190bf46d257a12b89d2928dd1f78297fb
Author: PengZheng <[email protected]>
AuthorDate: Fri Nov 3 10:25:17 2023 +0800

    Upgrade Conan version to 1.61.0 in workflows
    
    (cherry picked from commit 11210fdd440119d77db23389b13e5d95d32cb37b)
---
 .github/workflows/conan_create.yml | 2 +-
 .github/workflows/macos.yml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/conan_create.yml 
b/.github/workflows/conan_create.yml
index 460607f3..dcfa317c 100644
--- a/.github/workflows/conan_create.yml
+++ b/.github/workflows/conan_create.yml
@@ -84,7 +84,7 @@ jobs:
       - name: Install build dependencies
         run: |
           brew install python ninja
-          pip3 install -U conan==1.59.0
+          pip3 install -U conan==1.61.0
       - name: Setup Conan Profile
         run: |
           conan profile new default --detect
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 5c989809..3914dbd2 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -24,7 +24,7 @@ jobs:
       - name: Install conan
         run: |
           brew install python ninja
-          pip3 install -U conan==1.59.0
+          pip3 install -U conan==1.61.0
       - name: Setup Conan Profile
         run: |
           conan profile new default --detect

Reply via email to