Skip to content

Commit

Permalink
Merge pull request #34 from ruby/exclude-old-versions-with-macos
Browse files Browse the repository at this point in the history
Exclude 2.4-2.5 on macos-14 iamge
  • Loading branch information
hsbt committed Apr 30, 2024
2 parents 3cad1fe + 9cd80a6 commit 10d2a0f
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 @@ -16,6 +16,11 @@ jobs:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest ]
exclude:
- os: macos-latest
ruby: 2.4
- os: macos-latest
ruby: 2.5
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 10d2a0f

Please sign in to comment.