Skip to content

Commit

Permalink
fix(ci): Install a more up-to-date version of Ruby (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrockett authored Jul 27, 2024
1 parent c37de2d commit 88f3aa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v3
with:
Expand Down

0 comments on commit 88f3aa7

Please sign in to comment.