Skip to content

Commit 0ed2e91

Browse files
committed
[CICD] Use clang 15
1 parent bc5f5f1 commit 0ed2e91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
uses: actions/cache@v2
7777
with:
7878
path: ${{ runner.temp }}/llvm
79-
key: llvm-14.0-${{ matrix.os-name }}
79+
key: llvm-15.0-${{ matrix.os-name }}
8080
- name: Install LLVM
8181
if: ${{ matrix.compiler == 'clang' }}
8282
uses: KyleMayes/install-llvm-action@v1
8383
with:
84-
version: "14.0"
84+
version: "15.0"
8585
directory: ${{ runner.temp }}/llvm
8686
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
8787

0 commit comments

Comments
 (0)