mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-27 11:22:00 -04:00
check.yml: bump Ubuntu runner for valgrind
This commit is contained in:
committed by
Patrick
parent
a98854b1a0
commit
1cbff35386
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user