Skip to content

Commit 2abdfb9

Browse files
committed
[LDC] CI: Bump host clang on Windows to v18.1.5
1 parent 1373bde commit 2abdfb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ldc-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: ./.github/actions/1-setup
8787
with:
8888
# on Windows, the MSVC headers require clang 16+
89-
clang_version: ${{ runner.os == 'Windows' && '18.1.3' || env.CLANG_VERSION }}
89+
clang_version: ${{ runner.os == 'Windows' && '18.1.5' || env.CLANG_VERSION }}
9090
arch: ${{ matrix.arch }}
9191
# BOLT supports ELF binaries only, so include it for Linux packages only
9292
- name: Build & install LLVM incl. LLD, compiler-rt${{ runner.os == 'Linux' && ', BOLT' || '' }}

0 commit comments

Comments
 (0)