Skip to content

Commit

Permalink
ci: Exclude Ruby 2.5 on macos-latest (#56)
Browse files Browse the repository at this point in the history
Because Ruby 2.5 isn't available on macos-14 (the current
macos-latest).
  • Loading branch information
kou authored Jun 11, 2024
1 parent 5b5a330 commit c5eefe9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
include:
- ruby: mswin
os: windows-latest
exclude:
- ruby: 2.5
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c5eefe9

Please sign in to comment.