Skip to content

Commit e8912f3

Browse files
authored
CI: Remove Ubuntu 20.04 (#989)
1 parent 0076e13 commit e8912f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
go: [ "1.23", "1.22" ]
9-
os: [ ubuntu-24.04, ubuntu-22.04, ubuntu-20.04 ]
9+
os: [ ubuntu-24.04, ubuntu-22.04 ]
1010
name: Tests Go ${{ matrix.go }} on ${{ matrix.os }} # This name is used in main branch protection rules
1111
runs-on: ${{ matrix.os }}
1212

0 commit comments

Comments
 (0)