check.yml: bump Ubuntu runner for valgrind

This commit is contained in:
K.B.Dharun Krishna
2023-04-07 18:28:48 +05:30
committed by Patrick
parent a98854b1a0
commit 1cbff35386

View File

@@ -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