This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-3 in repository https://gitbox.apache.org/repos/asf/drill.git
commit 52bce1a4074c4aab513389945a0f4ac8d2cd913f Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Thu Dec 26 20:02:20 2024 +0100 [CI] use ubunti 22 for checkstyle/protobuf job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 095fb44343..243c009185 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: " checkstyle_protobuf: name: Run checkstyle and generate protobufs - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: github.repository == 'apache/drill' steps: - name: Checkout