From 2f089d506200cecdde6d57b29b8170461b5e0403 Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Fri, 16 Sep 2022 13:12:29 -0500 Subject: [PATCH] tools/ci.sh: Upgrade Zephyr docker image 0.24.2 and SDK 0.15.0. 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 ad5e79c4ad..0314ab8476 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -684,8 +684,8 @@ function ci_windows_build { ######################################################################################## # ports/zephyr -ZEPHYR_DOCKER_VERSION=v0.21.0 -ZEPHYR_SDK_VERSION=0.13.2 +ZEPHYR_DOCKER_VERSION=v0.24.2 +ZEPHYR_SDK_VERSION=0.15.0 ZEPHYR_VERSION=v3.1.0 function ci_zephyr_setup {