Commit 9380135a authored by Jamie McCrae's avatar Jamie McCrae Committed by Jamie
Browse files

ci: zephyr: Update Zephyr image and SDK version



Updates to use the zephyr docker image version 0.26.4 which
includes the zephyr SDK 0.16.1, and resolves build issues with
recent zephyr changes.

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent 9ced459b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Copyright (c) 2022 Nordic Semiconductor ASA
# Copyright (c) 2022-2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0

name: Build Zephyr samples with Twister
@@ -40,12 +40,12 @@ jobs:
    runs-on: ubuntu-latest
    # Docker image from the zephyr upstream. Includes SDK and other required tools
    container:
      image: zephyrprojectrtos/ci:v0.24.2
      image: zephyrprojectrtos/ci:v0.26.4
      options: '--entrypoint /bin/bash'
      volumes:
        - /home/runners/zephyrproject:/github/cache/zephyrproject
    env:
      ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
      ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1

    steps:
      - name: Set versions when workflow_dispatch