ci: errno: Use Ubuntu 20.04 runner image
This commit updates the error number check workflow to use a specific runner image version, ubuntu-20.04, instead of the latest version in order to prevent any potential breakages due to the 'latest' version change by GitHub. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
ebe8b4c776
commit
4ed4049e8b
2
.github/workflows/errno.yml
vendored
2
.github/workflows/errno.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
check-errno:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.23.3
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue