Skip to content

Commit

Permalink
Merge pull request #11 from ruby/old-version-on-macos
Browse files Browse the repository at this point in the history
Exclude older than 2.6 on macos-14
  • Loading branch information
hsbt authored May 5, 2024
2 parents fc63ac8 + d29ef92 commit a2cddea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-latest, windows-latest ]
exclude:
- { os: macos-latest, ruby: 2.5 }
- { os: windows-latest, ruby: truffleruby-head }
- { os: windows-latest, ruby: truffleruby }
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a2cddea

Please sign in to comment.