Skip to content

Commit 038bdcf

Browse files
gmelikovRyan Moeller
authored andcommitted
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 <[email protected]> Signed-off-by: George Melikov <[email protected]> Closes openzfs#11713
1 parent 01d44c1 commit 038bdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkstyle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
checkstyle:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-18.04
1010
steps:
1111
- uses: actions/checkout@v2
1212
with:

0 commit comments

Comments
 (0)