From 1f1ab86e0595ea28328e533247d41f4418fd9e3f Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 12 Oct 2024 14:30:04 +0530 Subject: [PATCH] ci: use `ubuntu-22.04` for `errata-ai/vale-action` (#7427) --- .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