From b509dbf3c051b3b2f780691144e865c7fbdf9b66 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Mon, 21 Oct 2024 12:14:27 +0900 Subject: [PATCH] ci: Use 'zephyr-gnu' toolchain variant for testing This commit updates the CI workflow to use the `zephyr-gnu` toolchain variant for testing the Zephyr SDK GNU toolchains. Signed-off-by: Stephanos Ioannidis --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b8addaf..b24fd5d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1303,7 +1303,7 @@ jobs: env: SUBSET_COUNT: 3 - ZEPHYR_TOOLCHAIN_VARIANT: zephyr + ZEPHYR_TOOLCHAIN_VARIANT: zephyr-gnu steps: - name: Set up Python