Skip to content

Commit ae0e5b1

Browse files
committed
github: hello_world_multiplatform: retire macos-13
This runner is going to go away soon, drop it. Link: https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ Suggested-by: Thomas Stranger <[email protected]> Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 3691909 commit ae0e5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hello_world_multiplatform.yaml

Lines changed: 1 addition & 1 deletion
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, ubuntu-24.04-arm, macos-13, macos-14, windows-2022]
31+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm, macos-14, windows-2022]
3232
runs-on: ${{ matrix.os }}
3333
steps:
3434
- name: Checkout

0 commit comments

Comments
 (0)