Skip to content

Commit

Permalink
Downgrade zephyr container to v0.26.14 to avoid build failures
Browse files Browse the repository at this point in the history
Signed-off-by: Basil Hess <[email protected]>
  • Loading branch information
bhess committed Oct 8, 2024
1 parent 329869f commit 17a231c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zephyr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:

zephyr_test:
runs-on: ubuntu-22.04
container: ghcr.io/zephyrproject-rtos/ci:latest
# Note: Revert to *ci:latest once https://github.com/zephyrproject-rtos/docker-image/issues/205 is resolved
container: ghcr.io/zephyrproject-rtos/ci:v0.26.14
env:
CMAKE_PREFIX_PATH: /opt/toolchains
strategy:
Expand Down

0 comments on commit 17a231c

Please sign in to comment.