Skip to content

Commit b919e36

Browse files
committed
CI: Further fixes for ubuntu-latest image updates on GitHub Actions.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1921310 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3817732 commit b919e36

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 4 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 10 maintainer-mode w/-Werror, install + VPATH
70+
- name: GCC 14 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-10
74+
CC=gcc-14
7575
TEST_VPATH=1
7676
TEST_INSTALL=1
7777
SKIP_TESTING=1
@@ -292,5 +292,6 @@ jobs:
292292
if: failure()
293293
with:
294294
name: error_log-${{ env.JOBID }}
295-
path: test/perl-framework/t/logs/error_log
296-
295+
path: |
296+
**/config.log
297+
test/perl-framework/t/logs/error_log

0 commit comments

Comments
 (0)