Skip to content

Commit 37d6bf8

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 12d3236 commit 37d6bf8

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)