Skip to content

Commit ff235f0

Browse files
committed
Bump conan version on ci runners
1 parent 41b7801 commit ff235f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Install
6060
run: |
61-
python -m pip install cmake==3.22.2 conan==1.44.1 --upgrade
61+
python -m pip install cmake==3.22.2 conan>=1.52.0 --upgrade
6262
6363
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
6464
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-10 main' -y

.github/workflows/ci-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install
4040
run: |
41-
python -m pip install cmake==3.22.2 conan==1.44.1 --upgrade
41+
python -m pip install cmake==3.22.2 conan>=1.52.0 --upgrade
4242
conan profile new default --detect --force
4343
mkdir -p build && cd build
4444
conan install .. --build=missing -s arch=${{ matrix.conan_arch }} -s build_type=${{ matrix.type }}

0 commit comments

Comments
 (0)