diff options
author | Maureen Helm <maureen.helm@intel.com> | 2022-09-16 13:12:29 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-10-02 07:49:53 +1000 |
commit | fa7b4c48bcb45dae9009f73c3e3eae6d92f3e456 (patch) | |
tree | e4adf7a0ee48d36f5679d7d73fa77cf1ba4dbd1b /tools/ci.sh | |
parent | e191265f7f71862ccc5634797c60f443511752f1 (diff) | |
download | micropython-fa7b4c48bcb45dae9009f73c3e3eae6d92f3e456.tar.gz micropython-fa7b4c48bcb45dae9009f73c3e3eae6d92f3e456.zip |
tools/ci.sh: Upgrade Zephyr docker image 0.26.13 and SDK 0.16.8.
Upgrades CI to use the latest versions of the Zephyr docker image and
Zephyr SDK.
Signed-off-by: Maureen Helm <maureen.helm@analog.com>
Diffstat (limited to 'tools/ci.sh')
-rwxr-xr-x | tools/ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 946ef86a32..1fd2ebc703 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -727,8 +727,8 @@ function ci_windows_build { ######################################################################################## # ports/zephyr -ZEPHYR_DOCKER_VERSION=v0.21.0 -ZEPHYR_SDK_VERSION=0.13.2 +ZEPHYR_DOCKER_VERSION=v0.26.13 +ZEPHYR_SDK_VERSION=0.16.8 ZEPHYR_VERSION=v3.1.0 function ci_zephyr_setup { |