From 38a23cd4727fd27ecb7d25919283b3da04ce6b01 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 12 Oct 2024 14:21:39 +0530 Subject: [PATCH] ci: use `ubuntu-22.04` for `errata-ai/vale-actio` --- .github/workflows/testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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