We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4282bac commit 999f267Copy full SHA for 999f267
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
build-ubuntu:
7
strategy:
8
matrix:
9
- platform: [ubuntu-latest,ubuntu-16.04]
+ platform: [ubuntu-latest, ubuntu-18.04]
10
runs-on: ${{ matrix.platform }}
11
steps:
12
- uses: actions/checkout@v2
0 commit comments