summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK.B.Dharun Krishna <kbdharunkrishna@gmail.com>2023-04-07 18:28:48 +0530
committerPatrick <tingping@tingping.se>2023-04-08 21:22:09 -0500
commit1cbff35386f4e6584646199a26fdfe82e72d732b (patch)
tree7bca1677695b7db4ca14a3ee744cad2e0167ac57
parenta98854b1a0c68ffdc21374b5a75583805aad3d5b (diff)
downloadflatpak-1cbff35386f4e6584646199a26fdfe82e72d732b.tar.gz
check.yml: bump Ubuntu runner for valgrind
-rw-r--r--.github/workflows/check.yml2
1 files changed, 1 insertions, 1 deletions
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