Skip to content

Commit

Permalink
Re-enable truffleruby in CI
Browse files Browse the repository at this point in the history
* oracle/truffleruby#3502 has been fixed.
* Switch to truffleruby-head to get the fix.
  • Loading branch information
eregon committed Apr 15, 2024
1 parent 5015a37 commit 93567d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -33,8 +33,8 @@ jobs:
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
- { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
# - { os: macos-latest , ruby: truffleruby }
# - { os: ubuntu-latest , ruby: truffleruby }
- { os: macos-latest , ruby: truffleruby-head }
- { os: ubuntu-latest , ruby: truffleruby-head }
exclude:
- { os: macos-14, ruby: 2.3 }
- { os: macos-14, ruby: 2.4 }
Expand Down

0 comments on commit 93567d8

Please sign in to comment.