Skip to content

Commit

Permalink
Merge pull request #563 from ruby/exclude-old-versions-with-macos
Browse files Browse the repository at this point in the history
Exclude 2.3-2.5 on macos-14 iamge
  • Loading branch information
hsbt committed Apr 30, 2024
2 parents ef149c7 + 15b0598 commit 5a3d1c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -21,6 +21,13 @@ jobs:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
exclude:
- os: macos-latest
ruby: 2.3
- os: macos-latest
ruby: 2.4
- os: macos-latest
ruby: 2.5
- os: macos-latest
- os: windows-latest
ruby: truffleruby
- os: windows-latest
Expand Down

0 comments on commit 5a3d1c1

Please sign in to comment.