Skip to content

Commit

Permalink
ci: Use Zephyr topic-sdk-dev branch for testing
Browse files Browse the repository at this point in the history
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 <root@stephanos.io>
  • Loading branch information
stephanosio committed Apr 23, 2023
1 parent f14a9eb commit 27dda9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -22,7 +22,7 @@ on:
zephyr-ref:
description: 'Zephyr Ref (branch, tag, SHA, ...)'
required: true
default: main
default: topic-sdk-dev
host:
description: 'Host'
type: choice
Expand Down Expand Up @@ -76,7 +76,7 @@ env:
BUG_URL: 'https://github.com/zephyrproject-rtos/sdk-ng/issues'
BUNDLE_NAME: Zephyr SDK
BUNDLE_PREFIX: zephyr-sdk
ZEPHYR_REF: main
ZEPHYR_REF: topic-sdk-dev

jobs:
# Setup
Expand Down

0 comments on commit 27dda9c

Please sign in to comment.