Skip to content

Commit

Permalink
Exclude Ruby 2.5 and 2.4 from macos-latest that is macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 26, 2024
1 parent 547489e commit 820d8f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
matrix:
ruby: [ 3.1, '3.0', 2.7, 2.6, 2.5, 2.4, head, truffleruby ]
os: [ ubuntu-latest, macos-latest ]
eclude:
- ruby: 2.4
os: macos-latest
- ruby: 2.5
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 820d8f5

Please sign in to comment.