File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ jobs:
247247 MATRIX_HOSTS+='{
248248 "name": "linux-x86_64",
249249 "runner": "zephyr-runner-v2-linux-x64-4xlarge",
250- "container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2 ",
250+ "container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8 ",
251251 "archive": "tar.xz"
252252 },'
253253 fi
@@ -256,7 +256,7 @@ jobs:
256256 MATRIX_HOSTS+='{
257257 "name": "linux-aarch64",
258258 "runner": "zephyr-runner-v2-linux-arm64-4xlarge",
259- "container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2 ",
259+ "container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8 ",
260260 "archive": "tar.xz"
261261 },'
262262 fi
@@ -283,7 +283,7 @@ jobs:
283283 MATRIX_HOSTS+='{
284284 "name": "windows-x86_64",
285285 "runner": "zephyr-runner-v2-linux-x64-4xlarge",
286- "container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.2 ",
286+ "container": "ghcr.io/zephyrproject-rtos/sdk-build:v1.3.8 ",
287287 "archive": "7z"
288288 },'
289289 fi
You can’t perform that action at this time.
0 commit comments