From fe72c784b74b88e4b642a1796f235a2f886f23d4 Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Thu, 2 Jan 2025 17:43:16 -0800 Subject: [PATCH] Move coverity back to ubuntu 22 until test failures are fixed (#1504) The issues in #1453 seem to have only shown up since we moved to ubuntu 24, as part of the rolling `ubunut-latest` migration from 22->24. Closes #1453. Signed-off-by: Madelyn Olson --- .github/workflows/coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 2561e4ceb5..acf5686c13 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -17,7 +17,7 @@ permissions: jobs: coverity: if: github.repository == 'valkey-io/valkey' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Download and extract the Coverity Build Tool