Skip to content

Commit 71a7109

Browse files
committed
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
1 parent 72523a3 commit 71a7109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ jobs:
6767
env: |
6868
TEST_ARGS=-order=random
6969
# -------------------------------------------------------------------------
70-
- name: GCC 14 maintainer-mode w/-Werror, install + VPATH
70+
- name: GCC 12 maintainer-mode w/-Werror, install + VPATH
7171
config: --enable-mods-shared=reallyall --enable-maintainer-mode
7272
notest-cflags: -Werror -O2
7373
env: |
74-
CC=gcc-14
74+
CC=gcc-12
7575
TEST_VPATH=1
7676
TEST_INSTALL=1
7777
SKIP_TESTING=1

0 commit comments

Comments
 (0)