Skip to content

Commit d7d9959

Browse files
authored
CI: remove ubuntu-16.04
1 parent 8a829bd commit d7d9959

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04]
16+
os: [ubuntu-18.04, ubuntu-20.04]
1717

1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)