Skip to content

Commit

Permalink
setup-ruby is not support macOS env.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 9, 2019
1 parent a4dc9e0 commit 0544f30
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@ 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: Build and test with Rake
run: |
gem install minitest
Expand Down

0 comments on commit 0544f30

Please sign in to comment.