Skip to content

Commit 547ac60

Browse files
nordicjmnvlsianpu
authored andcommitted
github: workflows: Update zephyr docker image
Should include a newer version of python as the old image python version is no longer usable in zephyr Signed-off-by: Jamie McCrae <[email protected]>
1 parent 9fbb209 commit 547ac60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zephyr_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
runs-on: ubuntu-latest
4141
# Docker image from the zephyr upstream. Includes SDK and other required tools
4242
container:
43-
image: zephyrprojectrtos/ci:v0.27.4
43+
image: zephyrprojectrtos/ci:v0.27.6
4444
options: '--entrypoint /bin/bash'
4545
volumes:
4646
- /home/runners/zephyrproject:/github/cache/zephyrproject
4747
env:
48-
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.17.0
48+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.17.1-rc2
4949

5050
steps:
5151
- name: Set versions when workflow_dispatch

0 commit comments

Comments
 (0)