Skip to content

Commit fd9fb92

Browse files
authored
Merge of #5179
2 parents 8836b54 + ae11fad commit fd9fb92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- uses: KyleMayes/install-llvm-action@v1
8181
if: env.SELF_HOSTED_RUNNERS == 'false' && startsWith(matrix.arch, 'x86_64-windows')
8282
with:
83-
version: "15.0"
83+
version: "16.0"
8484
directory: ${{ runner.temp }}/llvm
8585
- name: Set LIBCLANG_PATH
8686
if: startsWith(matrix.arch, 'x86_64-windows')

.github/workflows/test-suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# - uses: KyleMayes/install-llvm-action@v1
8787
# if: env.SELF_HOSTED_RUNNERS == 'false'
8888
# with:
89-
# version: "15.0"
89+
# version: "16.0"
9090
# directory: ${{ runner.temp }}/llvm
9191
- name: Set LIBCLANG_PATH
9292
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)