Commit be7e2b1a authored by Bartosz Bilas's avatar Bartosz Bilas Committed by Fabio Utzig
Browse files

ci: zephyr: switch to CI image 0.24.2



Let's bump CI image to be up-to-date with the upstream.

Signed-off-by: default avatarBartosz Bilas <bartosz.bilas@hotmail.com>
parent 66cdd46b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ jobs:
    runs-on: ubuntu-latest
    # Docker image from the zephyr upstream. Includes SDK and other required tools
    container:
      image: zephyrprojectrtos/ci:v0.21.0
      image: zephyrprojectrtos/ci:v0.24.2
      options: '--entrypoint /bin/bash'
      volumes:
        - /home/runners/zephyrproject:/github/cache/zephyrproject