Skip to content

Commit 868bede

Browse files
jannausvenpeter42
authored andcommitted
ci: Replace unsupported macos-13 runner with macos-15
The macos-13 runner is unsupported since 2025-12-04 actions/runner-images#13046 Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 4f3c0a2 commit 868bede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
compiler: gcc
1919
- os: ubuntu-latest
2020
compiler: llvm
21-
- os: macos-13
22-
compiler: llvm-brew
2321
- os: macos-14
2422
compiler: llvm-brew
23+
- os: macos-15
24+
compiler: llvm-brew
2525

2626
steps:
2727
- name: Checkout code

0 commit comments

Comments
 (0)