Skip to content

Commit 39af513

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]>
1 parent e5b17ee commit 39af513

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
@@ -24,7 +24,7 @@ jobs:
2424
platform: ["native_posix"]
2525
env:
2626
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
27-
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-12
27+
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-15
2828
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
2929
BASE_REF: ${{ github.base_ref }}
3030
outputs:

0 commit comments

Comments
 (0)