[Build] Use clang 20 for clang format consistently across Win/Lin

This commit is contained in:
Herman S.
2026-02-15 01:22:52 +09:00
parent a769d70761
commit f9d4dbc8e9
4 changed files with 11 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ jobs:
- name: Setup
id: setup
env:
LLVM_VERSION: 19 # Same as Windows
LLVM_VERSION: 20
run: |
UBUNTU_BASE=$(lsb_release -cs)
#echo "LLVM_VERSION=$LLVM_VERSION" >> "$GITHUB_OUTPUT"