Skip to content

Commit c2a353d

Browse files
committed
Try even older conan for CentOS 7
1 parent df106a8 commit c2a353d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
has_cmake_presets: false
4343
buildtype: Release
4444
# use old conan version for CentOS 7
45-
conan_version: 2.15.0
45+
conan_version: 2.10.3
4646
cxx-standard: 17
4747
cxx-compiler: clang++
4848
cc-compiler: clang
@@ -60,7 +60,7 @@ jobs:
6060
has_cmake_presets: false
6161
buildtype: Release
6262
# use old conan version for CentOS 7
63-
conan_version: 2.15.0
63+
conan_version: 2.10.3
6464
cxx-standard: 17
6565
cxx-compiler: clang++
6666
cc-compiler: clang

0 commit comments

Comments
 (0)