Skip to content

Commit 76078ea

Browse files
committed
ci: clang: Use LLVM/Clang 16
This commit updates the Clang workflow to build tests using LLVM/Clang 16. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 4691359 commit 76078ea

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
@@ -21,7 +21,7 @@ jobs:
2121
platform: ["native_posix"]
2222
env:
2323
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
24-
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-15
24+
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
2525
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
2626
BASE_REF: ${{ github.base_ref }}
2727
outputs:

0 commit comments

Comments
 (0)