Skip to content

Commit

Permalink
Try with macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 18, 2023
1 parent 93dc5a5 commit 74833ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
min_version: 2.5
test:
needs: ruby-versions
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
ruby: ${{fromJson(needs.ruby-versions.outputs.versions)}}
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 74833ac

Please sign in to comment.