Skip to content

Commit d73339b

Browse files
committed
bump cmake version
1 parent 51b4ec4 commit d73339b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
public_artifactory: true
1414
os: ubuntu-22.04
1515
compiler: clang-15
16-
cmake-version: 3.22.6
16+
cmake-version: 3.24.0
1717
conan-version: 2.0.13
1818
secrets:
1919
CONAN_USER: ${{ secrets.CONAN_USER }}

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
public_artifactory: true
1919
os: ubuntu-22.04
2020
compiler: clang-14
21-
cmake-version: 3.22.6
21+
cmake-version: 3.24.0
2222
conan-version: 2.0.13
2323
secrets:
2424
CONAN_USER: ${{ secrets.CONAN_USER }}

0 commit comments

Comments
 (0)