Skip to content

Commit

Permalink
Merge pull request #324 from ruby/use-setup-ruby-on-macos
Browse files Browse the repository at this point in the history
Try to use setup-ruby on macos
  • Loading branch information
hsbt committed Aug 26, 2019
2 parents f19222f + f4c27ad commit 05e36f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/macos.yml
Expand Up @@ -5,8 +5,15 @@ on: [push]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
ruby: [ '2.6.x', '2.5.x', '2.4.x', '2.3.x' ]
steps:
- uses: actions/checkout@master
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
version: ${{ matrix.ruby }}
- name: Install dependencies
run: gem install minitest
- name: Run test
Expand Down

0 comments on commit 05e36f1

Please sign in to comment.