Skip to content

Commit

Permalink
ci: errno: Switch to CI image v0.26.9
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stephanosio authored and nashif committed Mar 12, 2024
1 parent 95e7eb3 commit eba732a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/errno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba732a

Please sign in to comment.