Skip to content

Commit 93567d8

Browse files
committed
Re-enable truffleruby in CI
* oracle/truffleruby#3502 has been fixed. * Switch to truffleruby-head to get the fix.
1 parent 5015a37 commit 93567d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
3434
- { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7
3535
- { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
36-
# - { os: macos-latest , ruby: truffleruby }
37-
# - { os: ubuntu-latest , ruby: truffleruby }
36+
- { os: macos-latest , ruby: truffleruby-head }
37+
- { os: ubuntu-latest , ruby: truffleruby-head }
3838
exclude:
3939
- { os: macos-14, ruby: 2.3 }
4040
- { os: macos-14, ruby: 2.4 }

0 commit comments

Comments
 (0)