Skip to content

Commit d1900c6

Browse files
committed
fix: use llvm 13.0.0 as the default to fix macos 11 issues
1 parent 0a2a3e3 commit d1900c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/default_versions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const DefaultVersions: Record<string, string> = {
2-
llvm: "14.0.0", // https://github.com/llvm/llvm-project/releases
3-
clangtidy: "14.0.0",
4-
clangformat: "14.0.0",
2+
llvm: "13.0.0", // https://github.com/llvm/llvm-project/releases
3+
clangtidy: "13.0.0",
4+
clangformat: "13.0.0",
55
ninja: "1.10.2", // https://github.com/ninja-build/ninja/releases
66
cmake: "3.23.1", // https://github.com/Kitware/CMake/releases
77
gcovr: "5.0", // https://pypi.org/project/gcovr/

0 commit comments

Comments
 (0)