Skip to content

Commit

Permalink
fix rubocop github
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jan 10, 2025
1 parent 1badfdc commit 41fd0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
rubocop:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
# Checkout the repo
Expand All @@ -13,7 +13,7 @@ jobs:
# Install Ruby and run bundler
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.2'
bundler-cache: true
working-directory: src/main/ruby

Expand Down

0 comments on commit 41fd0e9

Please sign in to comment.