From 9971027d0b0f8da19db7d9cc089840d264b073d8 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Tue, 28 Nov 2023 15:04:41 +0100 Subject: [PATCH] CI clang workflow: Switch to native_sim Switch from native_posix to native_sim as test platform for this workflow. Signed-off-by: Alberto Escolar Piedras --- .github/workflows/clang.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index 58e9fdd4d2c6c2..210617c8e5673c 100644 --- a/.github/workflows/clang.yaml +++ b/.github/workflows/clang.yaml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - platform: ["native_posix"] + platform: ["native_sim"] env: ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.4 LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16