Skip to content

Commit 4f876a8

Browse files
authored
Merge pull request #581 from eregon/reenable-truffleruby-ci
Re-enable truffleruby in CI
2 parents 5015a37 + 93567d8 commit 4f876a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
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)