Skip to content

Commit 65f4195

Browse files
committed
ci: update container version for v2.7.0
This change pulls in zephyrprojectrtos/ci v0.20.0. Signed-off-by: Christopher Friedt <[email protected]>
1 parent 98d6f27 commit 65f4195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: "zephyrprojectrtos/ci:v0.11.10"
13+
image: "zephyrprojectrtos/ci:v0.20.0"
1414
# This only works with the "matrix" strategy
1515
#fail-fast: false
1616
env:
1717
ZEPHYR_BASE: ${{ github.workspace }}/zephyr
1818
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
19-
ZEPHYR_SDK_INSTALL_DIR: /opt/sdk/zephyr-sdk-0.11.4
19+
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.13.1
2020
WS: ${{ github.workspace }}
2121
GB: ${{ github.workspace }}/greybus
2222
PATH: ${{ github.workspace }}/zephyr/scripts:${{ github.workspace }}/tools/net-tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 commit comments

Comments
 (0)