Skip to content

Commit 6fe149d

Browse files
committed
ci: remove ubuntu-20.04 (EOL)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 1b366ac commit 6fe149d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
go-version: [1.18.x, 1.23.x, 1.24.x]
8-
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-latest, macos-13, macos-14, macos-15]
8+
platform: [ubuntu-22.04, ubuntu-24.04, windows-latest, macos-13, macos-14, macos-15]
99
runs-on: ${{ matrix.platform }}
1010
defaults:
1111
run:

0 commit comments

Comments
 (0)