We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72523a3 commit 45124a8Copy full SHA for 45124a8
.github/workflows/linux.yml
@@ -67,11 +67,11 @@ jobs:
67
env: |
68
TEST_ARGS=-order=random
69
# -------------------------------------------------------------------------
70
- - name: GCC 14 maintainer-mode w/-Werror, install + VPATH
+ - name: GCC 13 maintainer-mode w/-Werror, install + VPATH
71
config: --enable-mods-shared=reallyall --enable-maintainer-mode
72
notest-cflags: -Werror -O2
73
74
- CC=gcc-14
+ CC=gcc-13
75
TEST_VPATH=1
76
TEST_INSTALL=1
77
SKIP_TESTING=1
0 commit comments