Skip to content

Commit af29191

Browse files
committed
ci: remove macos-13 (eol), add macos-26, windows-2022, windows-2025
The macos-13 runners are no longer available Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 9dc3a90 commit af29191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
go-version: [1.18.x, oldstable, stable]
8-
platform: [ubuntu-22.04, ubuntu-24.04, windows-latest, macos-13, macos-14, macos-15]
8+
platform: [ubuntu-22.04, ubuntu-24.04, windows-2022, windows-2025, macos-15, macos-26]
99
runs-on: ${{ matrix.platform }}
1010
defaults:
1111
run:

0 commit comments

Comments
 (0)