Skip to content

Commit b29db67

Browse files
committed
ci: Fix Linux test name
The Linux CI DOcker image is now based on Ubuntu 24.04. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3c1043f commit b29db67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ 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",
348348
"container": "ghcr.io/zephyrproject-rtos/ci:master",
349349
"bundle-host": "linux-x86_64",
@@ -353,7 +353,7 @@ jobs:
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",
358358
"container": "ghcr.io/zephyrproject-rtos/ci:master",
359359
"bundle-host": "linux-aarch64",

0 commit comments

Comments
 (0)