Skip to content

Commit 2bf537f

Browse files
authored
also upgrade the conan version
1 parent 3556c08 commit 2bf537f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/code_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Configure conan
4444
uses: dice-group/cpp-conan-release-reusable-workflow/.github/actions/configure_conan@main
4545
with:
46-
conan-version: 2.3.1
46+
conan-version: 2.12.2
4747

4848
- name: add conan user
4949
run: |

.github/workflows/detect-pobr-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: ubuntu-22.04
1414
compiler: clang-17
1515
cmake-version: 3.24.0
16-
conan-version: 2.3.1
16+
conan-version: 2.12.2
1717
base-branch: ${{ github.base_ref }}
1818
search-path: >
1919
include/dice/hash/internal

.github/workflows/publish-conan-branch-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: ubuntu-22.04
1515
compiler: clang-17
1616
cmake-version: 3.24.0
17-
conan-version: 2.3.0
17+
conan-version: 2.12.2
1818
secrets:
1919
CONAN_USER: ${{ secrets.CONAN_USER }}
2020
CONAN_PW: ${{ secrets.CONAN_PW }}

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os: ubuntu-22.04
2020
compiler: clang-17
2121
cmake-version: 3.24.0
22-
conan-version: 2.3.0
22+
conan-version: 2.12.2
2323
secrets:
2424
CONAN_USER: ${{ secrets.CONAN_USER }}
2525
CONAN_PW: ${{ secrets.CONAN_PW }}

0 commit comments

Comments
 (0)