CI checkstyle: pin ubuntu version

Our checkstyle doesn't work well on Ubuntu 20.04,
temporary pin it to 18.04.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes #11713
This commit is contained in:
George Melikov 2021-03-12 04:11:31 +03:00 committed by Tony Hutter
parent 497fc5fb06
commit 226d362b12
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
jobs: jobs:
checkstyle: checkstyle:
runs-on: ubuntu-latest runs-on: ubuntu-18.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: