From 14b815906cbadbd787694535654233334749a2d6 Mon Sep 17 00:00:00 2001 From: NAITOH Jun Date: Thu, 23 Jan 2025 08:07:59 +0900 Subject: [PATCH] Changed benchmark target to Ruby latest Ruby 3.4 has been released, we will change our benchmark target to Ruby latest(3.4). Co-authored-by: Sutou Kouhei --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 52349b44..2c638b03 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: ruby-version: - - '3.3' + - 'ruby' runs-on: - ubuntu-latest runs-on: ${{ matrix.runs-on }}