Skip to content

Commit b509dbf

Browse files
committed
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 <[email protected]>
1 parent 91577fb commit b509dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ jobs:
13031303

13041304
env:
13051305
SUBSET_COUNT: 3
1306-
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
1306+
ZEPHYR_TOOLCHAIN_VARIANT: zephyr-gnu
13071307

13081308
steps:
13091309
- name: Set up Python

0 commit comments

Comments
 (0)