We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b4128 commit f3369f5Copy full SHA for f3369f5
.github/workflows/zephyr.yml
@@ -1,5 +1,7 @@
1
name: Zephyr OS Tests
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
5
on:
6
push:
7
branches: [ "default" ]
@@ -11,8 +13,8 @@ on:
11
13
jobs:
12
14
test:
15
name: Twister Tests
- runs-on: ubuntu-24.04
- container: ghcr.io/zephyrproject-rtos/ci:v0.27.4
16
+ runs-on: ubuntu-22.04
17
+ container: ghcr.io/zephyrproject-rtos/v0.26.18
18
env:
19
CMAKE_PREFIX_PATH: /opt/toolchains
20
steps:
0 commit comments