summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 22729a8799..d4436b86e6 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -67,11 +67,11 @@ jobs:
env: |
TEST_ARGS=-order=random
# -------------------------------------------------------------------------
- - name: GCC 14 maintainer-mode w/-Werror, install + VPATH
+ - name: GCC 12 maintainer-mode w/-Werror, install + VPATH
config: --enable-mods-shared=reallyall --enable-maintainer-mode
notest-cflags: -Werror -O2
env: |
- CC=gcc-14
+ CC=gcc-12
TEST_VPATH=1
TEST_INSTALL=1
SKIP_TESTING=1