Skip to content

Commit

Permalink
[LDC] CI: Bump host clang on Windows to v18.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed May 3, 2024
1 parent 1373bde commit 2abdfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ldc-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: ./.github/actions/1-setup
with:
# on Windows, the MSVC headers require clang 16+
clang_version: ${{ runner.os == 'Windows' && '18.1.3' || env.CLANG_VERSION }}
clang_version: ${{ runner.os == 'Windows' && '18.1.5' || env.CLANG_VERSION }}
arch: ${{ matrix.arch }}
# BOLT supports ELF binaries only, so include it for Linux packages only
- name: Build & install LLVM incl. LLD, compiler-rt${{ runner.os == 'Linux' && ', BOLT' || '' }}
Expand Down

0 comments on commit 2abdfb9

Please sign in to comment.