From c1d29692482d293dd0eefde449193eddd9273c45 Mon Sep 17 00:00:00 2001 From: makicamel Date: Sun, 15 Sep 2024 12:55:16 +0900 Subject: [PATCH] Don't run CI against truffleruby --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3bc386..9b16787 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,12 +8,10 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - ruby: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, head, truffleruby] + ruby: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0, head] exclude: - os: windows-latest ruby: head - - os: windows-latest - ruby: truffleruby runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2