Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1af8a8b

Browse files
committedAug 25, 2024·
workflows: Define a zephyr tag
Signed-off-by: Dhruva Gole <[email protected]>
1 parent 0e8c08d commit 1af8a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
container: zephyrprojectrtos/ci:latest
8+
container: zephyrprojectrtos/zephyr-build:v0.26.13
99
env:
1010
CMAKE_PREFIX_PATH: /opt/toolchains
1111
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.