Skip to content

Commit 9e27dda

Browse files
committed
ci: clang: Use Clang 15
This commit updates the Clang workflow to build tests using Clang 15. Signed-off-by: Stephanos Ioannidis <[email protected]> (cherry picked from commit 39af513)
1 parent cf715bc commit 9e27dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
platform: ["native_posix"]
2121
env:
2222
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
23-
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-12
23+
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-15
2424
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
2525
BASE_REF: ${{ github.base_ref }}
2626
outputs:

0 commit comments

Comments
 (0)