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