Skip to content

Commit c6a5161

Browse files
committed
Add Ubuntu 22.04 LTS to the CI
1 parent 5b0e0eb commit c6a5161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

99
strategy:
1010
matrix:
11-
os: [ubuntu-18.04, ubuntu-latest]
11+
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
1212

1313
steps:
1414
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

0 commit comments

Comments
 (0)