Skip to content

Commit a377244

Browse files
committed
ci: Fix Linux and macOS test names
The Linux CI Docker image is now based on Ubuntu 24.04, and the macOS zephyr-runner runs with macOS 15.3-based image. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 25fad5b commit a377244

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
@@ -351,7 +351,7 @@ jobs:
351351
352352
if [ "${build_host_linux_x86_64}" == "y" ]; then
353353
MATRIX_TESTENVS+='{
354-
"name": "ubuntu-20.04-x86_64",
354+
"name": "ubuntu-24.04-x86_64",
355355
"runner": "zephyr-runner-v2-linux-x64-4xlarge",
356356
"container": "ghcr.io/zephyrproject-rtos/ci:main",
357357
"bundle-host": "linux-x86_64",
@@ -361,7 +361,7 @@ jobs:
361361
362362
if [ "${build_host_linux_aarch64}" == "y" ]; then
363363
MATRIX_TESTENVS+='{
364-
"name": "ubuntu-20.04-aarch64",
364+
"name": "ubuntu-24.04-aarch64",
365365
"runner": "zephyr-runner-v2-linux-arm64-4xlarge",
366366
"container": "ghcr.io/zephyrproject-rtos/ci:main",
367367
"bundle-host": "linux-aarch64",
@@ -371,7 +371,7 @@ jobs:
371371
372372
if [ "${build_host_macos_x86_64}" == "y" ]; then
373373
MATRIX_TESTENVS+='{
374-
"name": "macos-11-x86_64",
374+
"name": "macos-15-x86_64",
375375
"runner": "zephyr-runner-v2-macos-arm64-2xlarge",
376376
"container": "",
377377
"bundle-host": "macos-x86_64",
@@ -381,7 +381,7 @@ jobs:
381381
382382
if [ "${build_host_macos_aarch64}" == "y" ]; then
383383
MATRIX_TESTENVS+='{
384-
"name": "macos-11-aarch64",
384+
"name": "macos-15-aarch64",
385385
"runner": "zephyr-runner-v2-macos-arm64-2xlarge",
386386
"container": "",
387387
"bundle-host": "macos-aarch64",

0 commit comments

Comments
 (0)