diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4ebd00f4f7ee..0206a69246c4 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -51,7 +51,8 @@ jobs: name: Proselint strategy: matrix: - os: [ubuntu-latest] + # TODO remove after https://github.com/errata-ai/vale-action/issues/128 + os: [ubuntu-22.04] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4