mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-03 06:47:19 -04:00
check.yml: bump Ubuntu runner for valgrind
(cherry picked from commit 1cbff35386)
This commit is contained in:
committed by
Simon McVittie
parent
ebd15e962e
commit
99e44c10d9
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user