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 <maureen.helm@analog.com>
pull/9335/head
Maureen Helm 2024-04-27 13:55:34 -05:00
rodzic a678c8cbe9
commit 3025a3d29e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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 {