From 17064c9f0fec75d4532ef7c135dfffc01a633537 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 27 Apr 2026 00:03:27 +0200 Subject: [PATCH] Test TruffleRuby release in CI for improved stability --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38f9494b..adeedc5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,8 @@ jobs: - { os: windows-latest , ruby: mswin } # ruby/ruby windows CI - { os: macos-latest , ruby: jruby-9.4 } # Ruby 3.1 - { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1 - - { os: macos-latest , ruby: truffleruby-head } - - { os: ubuntu-latest , ruby: truffleruby-head } + - { os: macos-latest , ruby: truffleruby } + - { os: ubuntu-latest , ruby: truffleruby } exclude: - { os: windows-latest, ruby: jruby }