Skip to content

Commit cf045dc

Browse files
committed
update container name
Signed-off-by: Anas Nashif <[email protected]>
1 parent dd6d6f7 commit cf045dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,19 +343,19 @@ jobs:
343343
344344
if [ "${build_host_linux_x86_64}" == "y" ]; then
345345
MATRIX_TESTENVS+='{
346-
"name": "ubuntu-20.04-x86_64",
346+
"name": "ubuntu-24.04-x86_64",
347347
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
348-
"container": "ghcr.io/zephyrproject-rtos/ci:master",
348+
"container": "ghcr.io/zephyrproject-rtos/ci:main",
349349
"bundle-host": "linux-x86_64",
350350
"bundle-archive": "tar.xz"
351351
},'
352352
fi
353353
354354
if [ "${build_host_linux_aarch64}" == "y" ]; then
355355
MATRIX_TESTENVS+='{
356-
"name": "ubuntu-20.04-aarch64",
356+
"name": "ubuntu-24.04-aarch64",
357357
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
358-
"container": "ghcr.io/zephyrproject-rtos/ci:master",
358+
"container": "ghcr.io/zephyrproject-rtos/ci:main",
359359
"bundle-host": "linux-aarch64",
360360
"bundle-archive": "tar.xz"
361361
},'

0 commit comments

Comments
 (0)