Skip to content

Commit 4dfbd98

Browse files
committed
Use cruby-truffleruby for ruby_versions in CI
* For consistency with other ruby/* gems.
1 parent 5b43fd5 commit 4dfbd98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ruby-versions:
1515
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
1616
with:
17-
engine: cruby
17+
engine: cruby-truffleruby
1818
min_version: 2.5
1919

2020
test:
@@ -30,15 +30,15 @@ jobs:
3030
- { os: windows-latest, ruby: jruby-head }
3131
- { os: macos-latest, ruby: jruby-head }
3232
- { os: ubuntu-latest, ruby: jruby-head }
33-
- { os: ubuntu-latest, ruby: truffleruby }
34-
- { os: macos-latest, ruby: truffleruby }
3533
- { os: windows-latest, ruby: ucrt }
3634
- { os: windows-latest, ruby: mingw }
3735
- { os: windows-latest, ruby: mswin }
3836
- { os: macos-15-intel, ruby: 2.5 }
3937
exclude:
4038
# CRuby < 2.6 does not support macos-arm64
4139
- { os: macos-latest, ruby: 2.5 }
40+
- { os: windows-latest, ruby: truffleruby }
41+
- { os: windows-latest, ruby: truffleruby-head }
4242
steps:
4343
- uses: actions/[email protected]
4444
- name: Set up Ruby

0 commit comments

Comments
 (0)