Skip to content

Commit 11b4a9d

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 becf227 commit 11b4a9d

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
@@ -1297,7 +1297,7 @@ jobs:
12971297

12981298
env:
12991299
SUBSET_COUNT: 3
1300-
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
1300+
ZEPHYR_TOOLCHAIN_VARIANT: zephyr-gnu
13011301

13021302
steps:
13031303
- name: Set up Python

0 commit comments

Comments
 (0)