Skip to content

Commit 999f267

Browse files
authored
Drop ubuntu-16.04 CI target. (#169)
1 parent 4282bac commit 999f267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build-ubuntu:
77
strategy:
88
matrix:
9-
platform: [ubuntu-latest,ubuntu-16.04]
9+
platform: [ubuntu-latest, ubuntu-18.04]
1010
runs-on: ${{ matrix.platform }}
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)