From 99e44c10d90009c040ae0a3d0de685d9321c8518 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Fri, 7 Apr 2023 18:28:48 +0530 Subject: [PATCH] check.yml: bump Ubuntu runner for valgrind (cherry picked from commit 1cbff35386f4e6584646199a26fdfe82e72d732b) --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 54105e2f8a..0336531119 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -212,7 +212,7 @@ jobs: valgrind: name: Run tests in valgrind needs: check # Don't run expensive test if main check fails - runs-on: ubuntu-20.04 # Might as well test with a different one too + runs-on: ubuntu-22.04 # Might as well test with a different one too if: ${{ false }} # Currently Valgrind takes too long and always fails steps: - name: Install Dependencies