Skip to content

Commit

Permalink
run on macos as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hmsk committed Jan 17, 2025
1 parent 058e436 commit b670c15
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ on:

jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
strategy:
matrix:
ruby:
- "3.4.1"
- "3.3.7"
- "3.2.6"
- "3.1.6"
os:
- ubuntu-latest
- macos-latest

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

0 comments on commit b670c15

Please sign in to comment.