Skip to content

Commit

Permalink
check.yml: bump Ubuntu runner for valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored and TingPing committed Apr 9, 2023
1 parent a98854b commit 1cbff35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cbff35

Please sign in to comment.