From 42cac919777b366d995d9a615654f675144615be Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Sun, 25 Sep 2022 21:14:44 -0500 Subject: [PATCH] [CI] - Allow failure on macOS TruffleRuby for now (#2972) See PR #2963 --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d14359f2..3c68067e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -132,9 +132,9 @@ jobs: - { os: ubuntu-20.04 , ruby: truffleruby, allow-failure: true } # Until https://github.com/oracle/truffleruby/issues/2700 is solved - { os: ubuntu-20.04 , ruby: truffleruby-head, allow-failure: true } - { os: macos-10.15 , ruby: jruby } - - { os: macos-10.15 , ruby: truffleruby } + - { os: macos-10.15 , ruby: truffleruby, allow-failure: true } - { os: macos-11 , ruby: jruby } - - { os: macos-11 , ruby: truffleruby } + - { os: macos-11 , ruby: truffleruby, allow-failure: true } steps: - name: repo checkout