ci: errno: Switch to CI image v0.26.9
This commit updates the errno workflow to use the CI image v0.26.9, in order to pull in the Zephyr SDK 0.16.5-1 release and keep the image and SDK versions in sync with the rest of the CI workflows. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
95e7eb31e6
commit
eba732a7eb
2
.github/workflows/errno.yml
vendored
2
.github/workflows/errno.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
check-errno:
|
||||
runs-on: ubuntu-22.04
|
||||
container:
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.7
|
||||
image: ghcr.io/zephyrproject-rtos/ci:v0.26.9
|
||||
|
||||
steps:
|
||||
- name: Apply container owner mismatch workaround
|
||||
|
|
Loading…
Reference in a new issue