From a7ac92df3406765bcc4501ed8923b68b3693da50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Sep 2023 08:39:46 +0000 Subject: [PATCH] Update dependency ubuntu to v22 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 673995f..1d00002 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: MARKLOGIC_USER: "" MARKLOGIC_PASSWORD: "" name: Run unit tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@main - name: Set up Python 3.9