Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 20, 2024
1 parent 2746f8d commit 6964244
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@

name: test
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.os }} Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
fail-fast: false
os: [ 'ubuntu', 'macos' ]
ruby: [ '3.1', '3.2', '3.3' ]
matrix:
os: ["ubuntu", "macos"]
ruby: ["3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 6964244

Please sign in to comment.