Skip to content

Commit f3369f5

Browse files
authored
Update zephyr.yml
For Zephyr 3.7 LTS, use the v0.26-branch or the latest v0.26.x release Docker image which is built on ubuntu 22.04 image.
1 parent 56b4128 commit f3369f5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/zephyr.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Zephyr OS Tests
2-
2+
# For Zephyr 3.7 LTS, use the v0.26-branch
3+
# or the latest v0.26.x release Docker image.
4+
# Docker image was built on Ubuntu 22.04
35
on:
46
push:
57
branches: [ "default" ]
@@ -11,8 +13,8 @@ on:
1113
jobs:
1214
test:
1315
name: Twister Tests
14-
runs-on: ubuntu-24.04
15-
container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
16+
runs-on: ubuntu-22.04
17+
container: ghcr.io/zephyrproject-rtos/v0.26.18
1618
env:
1719
CMAKE_PREFIX_PATH: /opt/toolchains
1820
steps:

0 commit comments

Comments
 (0)