Skip to content

Commit f1914d3

Browse files
committed
Update default on Windows to 17.0.3, Linux to 17.0.2, and the "default" to 17.0.3.
1 parent 0af408a commit f1914d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/versions/default_versions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ import { isArch } from "../utils/env/isArch"
66
function getLLVMDefault() {
77
switch (process.platform) {
88
case "win32":
9-
return "16.0.6"
9+
return "17.0.3"
1010
case "linux":
1111
// used for non-ubuntu (Fedora, Arch)
12-
return "16.0.4-ubuntu-22.04"
12+
return "17.0.2-ubuntu-22.04"
1313
case "darwin":
1414
return "15.0.3"
1515
default:
16-
return "16.0.6"
16+
return "17.0.3"
1717
}
1818
}
1919

0 commit comments

Comments
 (0)