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 <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
afa924418c
commit
1c06a7f6c9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -8,8 +8,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
container: zephyrprojectrtos/ci:latest
|
container: ghcr.io/zephyrproject-rtos/ci:v0.26.2
|
||||||
env:
|
env:
|
||||||
CMAKE_PREFIX_PATH: /opt/toolchains
|
CMAKE_PREFIX_PATH: /opt/toolchains
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue