Skip to content

Commit 05e01c8

Browse files
committed
Update CI workflow
Remove 18.04 since it is no longer supported by GitHub actions. Add 22.04. Signed-off-by: Jacob Perron <jacobmperron@gmail.com>
1 parent ca6e477 commit 05e01c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-18.04, ubuntu-20.04]
16+
os: [ubuntu-20.04, ubuntu-22.04]
1717

1818
steps:
1919
- name: Install dependencies

0 commit comments

Comments
 (0)