Skip to content

Commit ceec14b

Browse files
committed
Remove Ubuntu 20.04 runners
Ubuntu 20.04 is no longer supported from GitHub actions, so this change removes them to avoid failing our CI. Signed-off-by: David Son <[email protected]>
1 parent 439db8d commit ceec14b

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-20.04', 'ubuntu-22.04']
16+
os: ['ubuntu-22.04']
1717
go: ['1.23', '1.24']
1818
# Build all variants regardless of failures
1919
fail-fast: false

0 commit comments

Comments
 (0)