Skip to content

Commit 27dda9c

Browse files
committed
ci: Use Zephyr topic-sdk-dev branch for testing
This commit updates the CI workflow to use the Zephyr `topic-sdk-dev` branch, which contains the Zephyr-side patches required for the latest Zephyr SDK changes, for testing. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent f14a9eb commit 27dda9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
zephyr-ref:
2323
description: 'Zephyr Ref (branch, tag, SHA, ...)'
2424
required: true
25-
default: main
25+
default: topic-sdk-dev
2626
host:
2727
description: 'Host'
2828
type: choice
@@ -76,7 +76,7 @@ env:
7676
BUG_URL: 'https://github.com/zephyrproject-rtos/sdk-ng/issues'
7777
BUNDLE_NAME: Zephyr SDK
7878
BUNDLE_PREFIX: zephyr-sdk
79-
ZEPHYR_REF: main
79+
ZEPHYR_REF: topic-sdk-dev
8080

8181
jobs:
8282
# Setup

0 commit comments

Comments
 (0)