Skip to content

Commit

Permalink
Fix build script to use latest ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmreis committed Jul 13, 2021
1 parent 2b75a96 commit c735319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1.76.0
with:
ruby-version: 2.6.6
ruby-version: 2.6.x

- uses: actions/cache@v1
with:
Expand Down

0 comments on commit c735319

Please sign in to comment.