Skip to content

Commit 6cff231

Browse files
committed
CI - remove ubuntu-18.04 from a test matrix (go-mysql-org#775)
1 parent 136935a commit 6cff231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
go: [ 1.19, 1.18, 1.17, 1.16 ]
9-
os: [ ubuntu-18.04, ubuntu-20.04 ]
9+
os: [ ubuntu-20.04 ]
1010
name: Tests Go ${{ matrix.go }} # This name is used in main branch protection rules
1111
runs-on: ${{ matrix.os }}
1212

0 commit comments

Comments
 (0)