diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 51412c2..063593d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,9 @@ jobs: "4.0", "head", ] + exclude: + - os: "ubuntu-22.04" + ruby-version: "2.0" name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }} steps: