summaryrefslogtreecommitdiff
path: root/tools/ci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci.sh')
-rwxr-xr-xtools/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci.sh b/tools/ci.sh
index e726ae40a..96c1bf89a 100755
--- a/tools/ci.sh
+++ b/tools/ci.sh
@@ -559,7 +559,7 @@ function ci_zephyr_setup {
}
function ci_zephyr_install {
- docker exec zephyr-ci west init --mr v2.5.0 /zephyrproject
+ docker exec zephyr-ci west init --mr v2.6.0 /zephyrproject
docker exec -w /zephyrproject zephyr-ci west update
docker exec -w /zephyrproject zephyr-ci west zephyr-export
}