Skip to content

Commit a7fe035

Browse files
committed
gh/workflows: Bump LLVM to 15.0
Signed-off-by: Martynas Pumputis <[email protected]>
1 parent 8d5ffa2 commit a7fe035

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ jobs:
3030
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
3131
with:
3232
path: $HOME/.clang
33-
key: llvm-12.0
33+
key: llvm-15.0
3434

3535
- name: Install LLVM and Clang
3636
uses: KyleMayes/install-llvm-action@c135b3937686fd69c2651507aabc9925a8f9eee8
3737
with:
38-
ubuntu-version: "22.04"
39-
version: "12.0.0"
38+
version: "15.0"
4039
directory: $HOME/.clang
4140
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
4241

0 commit comments

Comments
 (0)