From 3025a3d29e8d7e41196179ff849ffbf74ea4f3c5 Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Sat, 27 Apr 2024 13:55:34 -0500 Subject: [PATCH] tools/ci.sh: Upgrade Zephyr docker image 0.26.7 and SDK 0.16.5. Upgrades CI to use the latest versions of the Zephyr docker image and Zephyr SDK. Signed-off-by: Maureen Helm --- tools/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ci.sh b/tools/ci.sh index db509c99b0..a2e9c2810a 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -684,8 +684,8 @@ function ci_windows_build { ######################################################################################## # ports/zephyr -ZEPHYR_DOCKER_VERSION=v0.26.4 -ZEPHYR_SDK_VERSION=0.16.1 +ZEPHYR_DOCKER_VERSION=v0.26.7 +ZEPHYR_SDK_VERSION=0.16.5 ZEPHYR_VERSION=v3.5.0 function ci_zephyr_setup {