From 27322991dd8b7547f766f1598f2c903c229263ec Mon Sep 17 00:00:00 2001 From: scivision Date: Tue, 21 May 2024 11:42:30 -0400 Subject: [PATCH] ci:valgrind: skip some tests for now --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf778f7..def6e9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,12 +58,12 @@ jobs: valgrind-memory: - runs-on: ubuntu-latest - needs: linux-gcc9 + runs-on: ubuntu-24.04 + needs: linux-gcc14 timeout-minutes: 10 env: - FC: gfortran-12 + FC: gfortran-13 steps: - name: install valgrind @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@v4 - - run: ctest -S memcheck.cmake -VV -E "Fortran_nano_sleep|string_array" + - run: ctest -S memcheck.cmake -VV -E "sleep|string_array|string_view|binding_derived" linux-flang: