Skip to content

Commit 712109c

Browse files
committed
github: test: 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/ Signed-off-by: Fabio Baltieri <[email protected]>
1 parent c125c5e commit 712109c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14, macos-15, windows-2022]
16+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-14, macos-15, windows-2022]
1717
release: [v3.7.0, v4.1.0, v4.2.0, main]
1818
runs-on: ${{ matrix.os }}
1919
steps:

0 commit comments

Comments
 (0)