Skip to content

Commit cf86917

Browse files
committed
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. Signed-off-by: Leif Harald Urlaub <[email protected]>
1 parent 2c60073 commit cf86917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hello_world_multiplatform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu-22.04, ubuntu-24.04, macos-13, macos-14, windows-2022]
31+
os: [ubuntu-22.04, ubuntu-24.04, macos-15, macos-14, windows-2022]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- name: Checkout
@@ -82,4 +82,4 @@ jobs:
8282
if-no-files-found: ignore
8383
path:
8484
zephyr/twister-out/*/samples/hello_world/sample.basic.helloworld/build.log
85-
zephyr/twister-out/*/samples/cpp/hello_world/sample.cpp.helloworld/build.log
85+
zephyr/twister-out/*/samples/cpp/hello_world/sample.cpp.helloworld/build.log

0 commit comments

Comments
 (0)