We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de51391 commit 2732299Copy full SHA for 2732299
.github/workflows/ci.yml
@@ -58,12 +58,12 @@ jobs:
58
59
60
valgrind-memory:
61
- runs-on: ubuntu-latest
62
- needs: linux-gcc9
+ runs-on: ubuntu-24.04
+ needs: linux-gcc14
63
timeout-minutes: 10
64
65
env:
66
- FC: gfortran-12
+ FC: gfortran-13
67
68
steps:
69
- name: install valgrind
@@ -73,7 +73,7 @@ jobs:
73
74
- uses: actions/checkout@v4
75
76
- - 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"
77
78
79
linux-flang:
0 commit comments