Skip to content

Commit

Permalink
Exclude jruby-head on macOS
Browse files Browse the repository at this point in the history
(it keeps timing out)
  • Loading branch information
flavorjones committed Apr 8, 2023
1 parent 7694d46 commit 4af230b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- {os: macos-latest, ruby: truffleruby }
- {os: macos-latest, ruby: truffleruby-head }
- {os: macos-latest, ruby: jruby }
- {os: macos-latest, ruby: jruby-head }
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 4af230b

Please sign in to comment.