Skip to content

Commit 2732299

Browse files
committed
ci:valgrind: skip some tests for now
1 parent de51391 commit 2732299

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858

5959

6060
valgrind-memory:
61-
runs-on: ubuntu-latest
62-
needs: linux-gcc9
61+
runs-on: ubuntu-24.04
62+
needs: linux-gcc14
6363
timeout-minutes: 10
6464

6565
env:
66-
FC: gfortran-12
66+
FC: gfortran-13
6767

6868
steps:
6969
- name: install valgrind
@@ -73,7 +73,7 @@ jobs:
7373
7474
- uses: actions/checkout@v4
7575

76-
- run: ctest -S memcheck.cmake -VV -E "Fortran_nano_sleep|string_array"
76+
- run: ctest -S memcheck.cmake -VV -E "sleep|string_array|string_view|binding_derived"
7777

7878

7979
linux-flang:

0 commit comments

Comments
 (0)