Skip to content

Commit

Permalink
Exclude jruby, truffleruby and truffleruby-head with macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 18, 2023
1 parent 6a183ec commit 134de95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu.yml
Expand Up @@ -34,6 +34,9 @@ jobs:
- {os: windows-latest, ruby: truffleruby}
- {os: windows-latest, ruby: jruby-head}
- {os: windows-latest, ruby: jruby }
- {os: macos-latest, ruby: truffleruby }
- {os: macos-latest, ruby: truffleruby-head }
- {os: macos-latest, ruby: jruby }
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 134de95

Please sign in to comment.