Skip to content

Commit

Permalink
fix(CI): use Ruby 3.2.6 on Ubuntu runners
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Nov 5, 2024
1 parent 5e0c38d commit c09f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: runner.os == 'Linux'
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.2.6'

- name: Setup Ruby on Ubuntu
if: runner.os == 'Linux'
Expand Down

0 comments on commit c09f834

Please sign in to comment.