Skip to content

Commit

Permalink
CI checkstyle: pin ubuntu version
Browse files Browse the repository at this point in the history
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 openzfs#11713
  • Loading branch information
gmelikov authored and Ryan Moeller committed May 3, 2021
1 parent 9e84670 commit ca2e104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkstyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
checkstyle:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ca2e104

Please sign in to comment.