diff options
author | Joe Orton <jorton@apache.org> | 2024-12-10 18:20:36 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-12-10 18:20:36 +0100 |
commit | 71a7109925523cb249c40531fa4bc13d404a18e0 (patch) | |
tree | 9e48e6bb19c359a0065de3f22dfaa05724db12d9 | |
parent | * Improve comment to make the main thread more clear (diff) | |
download | apache2-71a7109925523cb249c40531fa4bc13d404a18e0.tar.xz apache2-71a7109925523cb249c40531fa4bc13d404a18e0.zip |
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
-rw-r--r-- | .github/workflows/linux.yml | 4 |
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 |