Skip to content

Commit 1c06a7f

Browse files
gmarullstephanosio
authored andcommitted
ci: pin runner and container versions
Make sure we can safely go back in time by pinning runner and container versions. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent afa9244 commit 1c06a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
12-
container: zephyrprojectrtos/ci:latest
11+
runs-on: ubuntu-22.04
12+
container: ghcr.io/zephyrproject-rtos/ci:v0.26.2
1313
env:
1414
CMAKE_PREFIX_PATH: /opt/toolchains
1515
steps:

0 commit comments

Comments
 (0)