From 71a7109925523cb249c40531fa4bc13d404a18e0 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 10 Dec 2024 17:20:36 +0000 Subject: [PATCH] CI: Switch down to GCC 12, the ubuntu-latest image is not consistently an Ubuntu 24.04 environment yet, this version should be available in both the -22.04 and -24.04 images. Github: closes #497 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922412 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 22729a87998..d4436b86e6a 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