From ce91b32d1b8e4669fe1c44106c17e09deb9ff2b6 Mon Sep 17 00:00:00 2001 From: Austin Ziegler Date: Mon, 21 Aug 2023 23:02:30 -0400 Subject: [PATCH] Move truffleruby{,+graalvm}-head to ubuntu-22.04 Allow the builds to fail, because the head build is unstable. --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71746d5..e15d7af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,7 @@ jobs: - jruby - jruby-head - truffleruby - - truffleruby-head - truffleruby+graalvm - - truffleruby+graalvm-head include: - ruby: head continue-on-error: true @@ -45,6 +43,13 @@ jobs: ruby: '3.1' - os: ubuntu-22.04 ruby: '3.2' + - os: ubuntu-22.04 + ruby: truffleruby+graalvm-head + continue-on-error: true + - os: ubuntu-22.04 + ruby: truffleruby-head + continue-on-error: true + runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.continue-on-error || false }} steps: