From 2a9e2964c3ea930dd7aaa89c1b3a422e11b15d33 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 14 Oct 2024 15:41:16 +0100 Subject: [PATCH] CI: Switch to GCC 14 for ubuntu-latest builds. --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 588be443d56..1b603619dcf 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -67,11 +67,11 @@ jobs: env: | TEST_ARGS=-order=random # ------------------------------------------------------------------------- - - name: GCC 10 maintainer-mode w/-Werror, install + VPATH + - name: GCC 14 maintainer-mode w/-Werror, install + VPATH config: --enable-mods-shared=reallyall --enable-maintainer-mode notest-cflags: -Werror -O2 env: | - CC=gcc-10 + CC=gcc-14 TEST_VPATH=1 TEST_INSTALL=1 SKIP_TESTING=1