Skip to content

Commit

Permalink
ci: github: bump Zephyr CI container to v0.26.5
Browse files Browse the repository at this point in the history
Updated Zephyr SDK to 0.16.3.

issues: #136
Signed-off-by: Stephan Linz <linz@li-pro.net>
  • Loading branch information
rexut committed Oct 9, 2023
1 parent d5e739f commit 2901d6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qa-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
name: Run integration tests for samples
runs-on: ubuntu-latest
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
options: '--entrypoint /bin/bash'
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3

steps:
- name: Apply container owner mismatch workaround
Expand Down Expand Up @@ -124,10 +124,10 @@ jobs:
name: Run integration tests for shields
runs-on: ubuntu-latest
container:
image: ghcr.io/zephyrproject-rtos/ci:v0.26.4
image: ghcr.io/zephyrproject-rtos/ci:v0.26.5
options: '--entrypoint /bin/bash'
env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.1
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.3

steps:
- name: Apply container owner mismatch workaround
Expand Down

0 comments on commit 2901d6d

Please sign in to comment.