ci: clang: Use LLVM/Clang 16
This commit updates the Clang workflow to build tests using LLVM/Clang 16. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
4691359596
commit
76078ea63c
2
.github/workflows/clang.yaml
vendored
2
.github/workflows/clang.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
platform: ["native_posix"]
|
||||
env:
|
||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
|
||||
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-15
|
||||
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
|
||||
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
||||
BASE_REF: ${{ github.base_ref }}
|
||||
outputs:
|
||||
|
|
Loading…
Reference in a new issue