Skip to content

Commit

Permalink
Upgrade Conan version to 1.61.0 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Nov 3, 2023
1 parent df4fbc7 commit 11210fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conan_create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11210fd

Please sign in to comment.