From 1cbff35386f4e6584646199a26fdfe82e72d732b 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 --- .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 25d994b0..10dc4c05 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -213,7 +213,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