Skip to content

Commit

Permalink
[MINOR UPDATE] Use Ubuntu 22 for checkstyle/protobuf job (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Dec 27, 2024
1 parent 70d6a95 commit 9fe9f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fe9f47

Please sign in to comment.