ci: clang: Use Clang 15
This commit updates the Clang workflow to build tests using Clang 15. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
e5b17ee043
commit
39af51372d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clang.yaml
vendored
2
.github/workflows/clang.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
platform: ["native_posix"]
|
||||
env:
|
||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
|
||||
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-12
|
||||
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-15
|
||||
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
|
||||
BASE_REF: ${{ github.base_ref }}
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue