Skip to content

Commit fc5b370

Browse files
committed
fix: update Conan to latest + llvm to 19
1 parent d6c8bc3 commit fc5b370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ubuntu-22.04
1818
- macos-14
1919
compiler:
20-
- llvm-18
20+
- llvm-19
2121
- gcc-14
2222
vcvarsall:
2323
- true
@@ -62,7 +62,7 @@ jobs:
6262
cmake: true
6363
ninja: true
6464
vcpkg: true
65-
conan: 2.6.0
65+
conan: true
6666
cppcheck: true
6767
cmakelang: true
6868
clang-tidy: true

0 commit comments

Comments
 (0)