Skip to content

Commit 2d30033

Browse files
committed
ci: move 0.17.x series to point to zephyr main branch
0.17.x is frozen and needs to be compatible with main. So stop using collab branch. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent eb36af4 commit 2d30033

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
@@ -24,7 +24,7 @@ on:
2424
zephyr-ref:
2525
description: 'Zephyr Ref (branch, tag, SHA, ...)'
2626
required: true
27-
default: collab-sdk-dev
27+
default: main
2828
host:
2929
description: 'Host'
3030
type: choice
@@ -92,7 +92,7 @@ env:
9292
BUG_URL: 'https://github.com/zephyrproject-rtos/sdk-ng/issues'
9393
BUNDLE_NAME: Zephyr SDK
9494
BUNDLE_PREFIX: zephyr-sdk
95-
ZEPHYR_REF: collab-sdk-dev
95+
ZEPHYR_REF: main
9696

9797
jobs:
9898
# Setup

0 commit comments

Comments
 (0)