Skip to content

Commit 6e6bc9f

Browse files
etrclaude
andcommitted
Use GCC 13 for valgrind job to avoid -Woverloaded-virtual error
GCC 14 with -Werror catches a latent warning in littletest.hpp test framework that older compilers don't flag. Use GCC 13 for now. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e78b6cc commit 6e6bc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ jobs:
222222
os-type: ubuntu
223223
build-type: valgrind
224224
compiler-family: gcc
225-
c-compiler: gcc-14
226-
cc-compiler: g++-14
225+
c-compiler: gcc-13
226+
cc-compiler: g++-13
227227
debug: nodebug
228228
coverage: nocoverage
229229
- test-group: extra

0 commit comments

Comments
 (0)