Skip to content

Commit 56c1714

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 <root@stephanos.io>
1 parent 03b019b commit 56c1714

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
@@ -363,7 +363,7 @@ jobs:
363363
364364
if [ "${build_host_macos_x86_64}" == "y" ]; then
365365
MATRIX_TESTENVS+='{
366-
"name": "macos-11-x86_64",
366+
"name": "macos-15-x86_64",
367367
"runner": "zephyr-runner-v2-macos-arm64-2xlarge",
368368
"container": "",
369369
"bundle-host": "macos-x86_64",
@@ -373,7 +373,7 @@ jobs:
373373
374374
if [ "${build_host_macos_aarch64}" == "y" ]; then
375375
MATRIX_TESTENVS+='{
376-
"name": "macos-11-aarch64",
376+
"name": "macos-15-aarch64",
377377
"runner": "zephyr-runner-v2-macos-arm64-2xlarge",
378378
"container": "",
379379
"bundle-host": "macos-aarch64",

0 commit comments

Comments
 (0)