Skip to content

Commit bacd344

Browse files
authored
Merge pull request #769 from ruby/use-truffleruby-release
Use TruffleRuby release in CI
2 parents 2649b89 + 4dfbd98 commit bacd344

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 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,16 +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-
# Needs truffleruby-head for (base) Data#initialize (which truffleruby 25.0 does not have)
34-
- { os: ubuntu-latest, ruby: truffleruby-head }
35-
- { os: macos-latest, ruby: truffleruby-head }
3633
- { os: windows-latest, ruby: ucrt }
3734
- { os: windows-latest, ruby: mingw }
3835
- { os: windows-latest, ruby: mswin }
3936
- { os: macos-15-intel, ruby: 2.5 }
4037
exclude:
4138
# CRuby < 2.6 does not support macos-arm64
4239
- { os: macos-latest, ruby: 2.5 }
40+
- { os: windows-latest, ruby: truffleruby }
41+
- { os: windows-latest, ruby: truffleruby-head }
4342
steps:
4443
- uses: actions/checkout@v6.0.1
4544
- name: Set up Ruby

0 commit comments

Comments
 (0)