Skip to content

Commit

Permalink
ci: also run on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Jul 23, 2024
1 parent f6b99d2 commit f365f40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.runner }}
name: Ruby ${{ matrix.ruby }}/${{ matrix.runner }}
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
runner: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f365f40

Please sign in to comment.