Skip to content

Commit 550299b

Browse files
committed
Remove ubuntu-18.04 from the github action Ci
Signed-off-by: utam0k <[email protected]>
1 parent 3d3f702 commit 550299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
os: ['ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-22.04']
16+
os: ['ubuntu-20.04', 'ubuntu-22.04']
1717
go: ['1.16', '1.17']
1818
# Build all variants regardless of failures
1919
fail-fast: false

0 commit comments

Comments
 (0)