From 6f058ed4a054ff6ab43fe43d14a26c50e2d5b3f4 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Tue, 9 Mar 2021 12:04:51 +0300 Subject: [PATCH] CI checkstyle: pin ubuntu version Our checkstyle doesn't work well on Ubuntu 20.04, temporary pin it to 18.04. Signed-off-by: George Melikov --- .github/workflows/checkstyle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkstyle.yaml b/.github/workflows/checkstyle.yaml index 1707f5bb21db..8dcd5047a748 100644 --- a/.github/workflows/checkstyle.yaml +++ b/.github/workflows/checkstyle.yaml @@ -6,7 +6,7 @@ on: jobs: checkstyle: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 with: