This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch hotfix/conan-macos in repository https://gitbox.apache.org/repos/asf/celix.git
commit 11210fdd440119d77db23389b13e5d95d32cb37b Author: PengZheng <[email protected]> AuthorDate: Fri Nov 3 10:25:17 2023 +0800 Upgrade Conan version to 1.61.0 in workflows --- .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 1895c3be..4ba02679 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
