This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 9fe9f47f74 [MINOR UPDATE] Use Ubuntu 22 for checkstyle/protobuf job
(#2969)
9fe9f47f74 is described below
commit 9fe9f47f74c37f961ee1b03146b7e81edcd533d0
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Dec 27 15:59:16 2024 +0100
[MINOR UPDATE] Use Ubuntu 22 for checkstyle/protobuf job (#2969)
---
.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