Skip to content

Commit

Permalink
Change to Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spahrenk committed Jul 10, 2024
1 parent a7e3942 commit 6135c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-kiva/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
if: ${{ inputs.set-up-results-logging == 'true' && inputs.coverage == 'false' }}
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.0
ruby-version: 3.0
- name: Set up results directory
if: ${{ inputs.set-up-results-logging == 'true' && inputs.coverage == 'false' }}
run: |
Expand Down

0 comments on commit 6135c67

Please sign in to comment.