We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8836b54 + ae11fad commit fd9fb92Copy full SHA for fd9fb92
.github/workflows/release.yml
@@ -80,7 +80,7 @@ jobs:
80
- uses: KyleMayes/install-llvm-action@v1
81
if: env.SELF_HOSTED_RUNNERS == 'false' && startsWith(matrix.arch, 'x86_64-windows')
82
with:
83
- version: "15.0"
+ version: "16.0"
84
directory: ${{ runner.temp }}/llvm
85
- name: Set LIBCLANG_PATH
86
if: startsWith(matrix.arch, 'x86_64-windows')
.github/workflows/test-suite.yml
@@ -86,7 +86,7 @@ jobs:
# - uses: KyleMayes/install-llvm-action@v1
87
# if: env.SELF_HOSTED_RUNNERS == 'false'
88
# with:
89
-# version: "15.0"
+# version: "16.0"
90
# directory: ${{ runner.temp }}/llvm
91
92
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
0 commit comments