Skip to content

Commit d867763

Browse files
committed
fix: fix llvm on ubuntu 22.04
1 parent ff922a9 commit d867763

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
os:
1818
- windows-2022
1919
- windows-2019
20+
- ubuntu-22.04
2021
- ubuntu-20.04
2122
- ubuntu-18.04
2223
- macos-11

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.

dist/setup_cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/setup_cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/default_versions.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,21 @@ const DefaultVersions: Record<string, string> = {
2424
// - the older ones use ""
2525
const DefaultUbuntuVersion: Record<string, Record<number, string>> = {
2626
llvm: {
27+
22: "13.0.0-ubuntu-20.04",
2728
20: "13.0.0-ubuntu-20.04",
2829
18: "13.0.1-ubuntu-18.04",
2930
16: "13.0.0-ubuntu-16.04",
3031
14: "13.0.0-ubuntu-16.04",
3132
},
3233
clangtidy: {
34+
22: "13.0.0-ubuntu-20.04",
3335
20: "13.0.0-ubuntu-20.04",
3436
18: "13.0.1-ubuntu-18.04",
3537
16: "13.0.0-ubuntu-16.04",
3638
14: "13.0.0-ubuntu-16.04",
3739
},
3840
clangformat: {
41+
22: "13.0.0-ubuntu-20.04",
3942
20: "13.0.0-ubuntu-20.04",
4043
18: "13.0.1-ubuntu-18.04",
4144
16: "13.0.0-ubuntu-16.04",

0 commit comments

Comments
 (0)