File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 },'
You can’t perform that action at this time.
0 commit comments