From 62a2d54ed230f33bbe14b225bb5fefbd85e8940a Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Wed, 11 Aug 2021 13:15:23 -0400 Subject: [PATCH] ignore known issue with mac/3.0 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0c0910e..02ffd1f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: os: [ubuntu, macos] ruby: [2.5, 2.6, 2.7, 3.0, head] runs-on: ${{ matrix.os }}-latest - continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} + continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' || (matrix.ruby == '3.0' && matrix.os == 'macos')}} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1