Skip to content

Commit 45124a8

Browse files
committed
CI: Switch to GCC 13, latest available in Ubuntu 24.04 images.
1 parent 72523a3 commit 45124a8

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 13 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-13
7575
TEST_VPATH=1
7676
TEST_INSTALL=1
7777
SKIP_TESTING=1

0 commit comments

Comments
 (0)