Skip to content

Commit

Permalink
Ruby 2.5 is not supported by latest-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
okuramasafumi authored Nov 11, 2024
1 parent b23123d commit 8f26be5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head]
exclude:
- os: macos-latest
ruby: 2.5
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8f26be5

Please sign in to comment.