Skip to content

Commit

Permalink
run setup-ruby for all OS variants
Browse files Browse the repository at this point in the history
Updates CI run `setup-ruby` on all OS versions since macos-12 has 3.0
for default however, we want to target 2.6 (for now).

Swaps the unmaintained `actions/setup-ruby` for `ruby/setup-ruby`
actions while I'm here.
  • Loading branch information
jacobbednarz committed Nov 1, 2022
1 parent cf8a861 commit 94cde78
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- run: brew test-bot --only-tap-syntax

- name: Set up Ruby
if: matrix.os == 'ubuntu-latest'
uses: actions/setup-ruby@master
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'

Expand All @@ -52,5 +51,5 @@ jobs:
echo 'brew "hello"' > ./Brewfile
brew bundle
hello
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70

0 comments on commit 94cde78

Please sign in to comment.