Skip to content

Commit

Permalink
Exclude 2.3-2.5 on macos-14 iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 22, 2024
1 parent df33e8e commit 817d7b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -36,6 +36,9 @@ jobs:
# - { os: macos-latest , ruby: truffleruby }
# - { os: ubuntu-latest , ruby: truffleruby }
exclude:
- { os: macos-14, ruby: 2.3 }
- { os: macos-14, ruby: 2.4 }
- { os: macos-14, ruby: 2.5 }
- { os: windows-latest, ruby: jruby }
- { os: windows-latest, ruby: jruby-head }

Expand Down

0 comments on commit 817d7b0

Please sign in to comment.