Skip to content

Commit ced7306

Browse files
authored
Merge pull request #821 from sondavidb/remove-ubuntu-20.04-runners
Remove Ubuntu 20.04 runners
2 parents 439db8d + ceec14b commit ced7306

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)