From 464bd70c637a173f53f57d1701811cd5d5a0a25f Mon Sep 17 00:00:00 2001 From: Leif Harald Urlaub Date: Thu, 9 Oct 2025 16:09:50 +0200 Subject: [PATCH] ci: workflow: update macOS runner from macos-13 to macos-15 Replace deprecated macos-13 with macos-15 in build matrix to ensure compatibility with supported GitHub Actions runners. This commit maintains proper YAML format with correct newline at end. Signed-off-by: Leif Harald Urlaub --- .github/workflows/hello_world_multiplatform.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hello_world_multiplatform.yaml b/.github/workflows/hello_world_multiplatform.yaml index 0396f37e581..bfd124039d8 100644 --- a/.github/workflows/hello_world_multiplatform.yaml +++ b/.github/workflows/hello_world_multiplatform.yaml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-2022] + os: [ubuntu-22.04, ubuntu-24.04, macos-15, macos-14, windows-2022] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -82,4 +82,4 @@ jobs: if-no-files-found: ignore path: zephyr/twister-out/*/samples/hello_world/sample.basic.helloworld/build.log - zephyr/twister-out/*/samples/cpp/hello_world/sample.cpp.helloworld/build.log + zephyr/twister-out/*/samples/cpp/hello_world/sample.cpp.helloworld/build.log \ No newline at end of file