diff --git a/.github/workflows/on_PR_linux_matrix.yml b/.github/workflows/on_PR_linux_matrix.yml index eb2c263816..f47e5457c3 100644 --- a/.github/workflows/on_PR_linux_matrix.yml +++ b/.github/workflows/on_PR_linux_matrix.yml @@ -26,7 +26,7 @@ jobs: - name: install dependencies run: | sudo apt install -y tree - python3 -m pip install conan==1.55.0 ninja + python3 -m pip install conan==1.59.0 ninja - name: Conan common config run: | diff --git a/.github/workflows/on_PR_linux_special_builds.yml b/.github/workflows/on_PR_linux_special_builds.yml index 988b60a33d..945fe29f84 100644 --- a/.github/workflows/on_PR_linux_special_builds.yml +++ b/.github/workflows/on_PR_linux_special_builds.yml @@ -23,7 +23,7 @@ jobs: - name: install dependencies run: | - python3 -m pip install conan==1.55.0 gcovr ninja + python3 -m pip install conan==1.59.0 gcovr ninja - name: Conan common config run: | @@ -68,7 +68,7 @@ jobs: - name: install dependencies run: | sudo apt install -y valgrind - python3 -m pip install conan==1.55.0 ninja + python3 -m pip install conan==1.59.0 ninja - name: Conan common config run: | @@ -102,7 +102,7 @@ jobs: - name: install dependencies run: | - python3 -m pip install conan==1.55.0 ninja + python3 -m pip install conan==1.59.0 ninja - name: Conan common config run: | @@ -136,7 +136,7 @@ jobs: - name: install dependencies run: | sudo apt install -y valgrind doxygen graphviz gettext - python3 -m pip install conan==1.55.0 ninja + python3 -m pip install conan==1.59.0 ninja - name: Conan common config run: | diff --git a/.github/workflows/on_PR_linux_staticAnalysis.yml b/.github/workflows/on_PR_linux_staticAnalysis.yml index 1b2fd7df28..d4704ad254 100644 --- a/.github/workflows/on_PR_linux_staticAnalysis.yml +++ b/.github/workflows/on_PR_linux_staticAnalysis.yml @@ -23,7 +23,7 @@ jobs: - name: install dependencies run: | - python3 -m pip install conan==1.55.0 + python3 -m pip install conan==1.59.0 sudo add-apt-repository ppa:ubuntu-lxc/daily -y wget -q -O - https://files.pvs-studio.com/etc/pubkey.txt |sudo apt-key add - sudo wget -O /etc/apt/sources.list.d/viva64.list https://files.pvs-studio.com/etc/viva64.list diff --git a/.github/workflows/on_push_ExtraJobsForMain.yml b/.github/workflows/on_push_ExtraJobsForMain.yml index 4cfa7c0ff4..454a202167 100644 --- a/.github/workflows/on_push_ExtraJobsForMain.yml +++ b/.github/workflows/on_push_ExtraJobsForMain.yml @@ -24,7 +24,7 @@ jobs: - name: install dependencies run: | - python3 -m pip install conan==1.55.0 gcovr ninja + python3 -m pip install conan==1.59.0 gcovr ninja - name: Conan common config run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94ccb7c308..ac25a4ccd7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,7 @@ jobs: - name: Install Conan & Common config run: | - python -m pip install conan==1.55.0 + python -m pip install conan==1.59.0 conan profile new --detect default conan profile show default conan profile update settings.build_type=Release default