Skip to content

Commit

Permalink
CI: Switch to GCC 12, latest available in Ubuntu 24.04 images.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Dec 10, 2024
1 parent 72523a3 commit bc3be83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc3be83

Please sign in to comment.