Skip to content

Commit e5db74b

Browse files
Update dependency conan to v2.30.0 (#443)
1 parent b4611c8 commit e5db74b

7 files changed

Lines changed: 8 additions & 8 deletions

.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-24.04
1414
cc: clang-20
1515
cmake-version: 3.24.0
16-
conan-version: 2.17.0
16+
conan-version: 2.30.0
1717
base-branch: ${{ github.base_ref }}
1818
setup_tools: true
1919
search-path: >

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: ubuntu-24.04
1414
compiler: clang-20
1515
cmake-version: 3.24.0
16-
conan-version: 2.17.0
16+
conan-version: 2.30.0
1717
conan-options: -o boost/*:header_only=True
1818
secrets:
1919
CONAN_CICD_USERNAME: ${{ secrets.CONAN_CICD_USERNAME }}

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: ubuntu-24.04
1515
compiler: clang-20
1616
cmake-version: 3.24.0
17-
conan-version: 2.17.0
17+
conan-version: 2.30.0
1818
use-tag: true
1919
conan-options: -o boost/*:header_only=True
2020
secrets:

.github/workflows/run_test_and_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
os: ${{ matrix.config.os }}
3030
compiler: ${{ matrix.config.compiler }}
3131
cmake-version: 3.24.0
32-
conan-version: 2.17.0
32+
conan-version: 2.30.0
3333
with-coverage: false
3434
with-sanitizer: ${{ matrix.config.compiler == 'clang-20' }}

.github/workflows/run_test_for_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: ${{ matrix.config.os }}
1717
compiler: ${{ matrix.config.compiler }}
1818
cmake-version: 3.24.0
19-
conan-version: 2.17.0
19+
conan-version: 2.30.0
2020
with-coverage: true
2121
with-sanitizer: false
2222
build-shared-libs: true

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- os: ubuntu-24.04
1414
compiler: clang-20
1515
cmake-version: 3.24.0
16-
conan-version: 2.17.0
16+
conan-version: 2.30.0
1717
name: SonarSource Static Analyzer Build
1818
runs-on: ${{ matrix.config.os }}
1919
env:

.github/workflows/test_packaging_and_deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: ubuntu-24.04
99
compiler: clang-20
1010
cmake-version: 3.24.0
11-
conan-version: 2.17.0
11+
conan-version: 2.30.0
1212

1313
packaging-and-deployment-tests-gcc:
1414
name: Packaging and deployment tests gcc-14
@@ -17,4 +17,4 @@ jobs:
1717
os: ubuntu-24.04
1818
compiler: gcc-14
1919
cmake-version: 3.24.0
20-
conan-version: 2.17.0
20+
conan-version: 2.30.0

0 commit comments

Comments
 (0)