@@ -399,7 +399,7 @@ jobs:
399399 run : cd build; ctest . -V -L CORE -j${{env.linux-vcpus}}
400400
401401 # This job takes approximately 14 to 46 minutes
402- check-ubuntu-24_04-cmake-gcc-13 :
402+ check-ubuntu-24_04-cmake-gcc-14 :
403403 runs-on : ubuntu-24.04
404404 steps :
405405 - uses : actions/checkout@v4
@@ -412,13 +412,13 @@ jobs:
412412 DEBIAN_FRONTEND : noninteractive
413413 run : |
414414 sudo apt-get update
415- sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc-13 gdb g++-13 maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
415+ sudo apt-get install --no-install-recommends -yq cmake ninja-build gcc-14 gdb g++-14 maven flex bison libxml2-utils dpkg-dev ccache doxygen z3
416416 # Update symlinks so that any use of gcc (including our regression
417- # tests) will use GCC 13 .
418- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 110 \
419- --slave /usr/bin/g++ g++ /usr/bin/g++-13 \
420- --slave /usr/bin/gcov gcov /usr/bin/gcov-13
421- sudo ln -sf cpp-13 /usr/bin/cpp
417+ # tests) will use GCC 14 .
418+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 110 \
419+ --slave /usr/bin/g++ g++ /usr/bin/g++-14 \
420+ --slave /usr/bin/gcov gcov /usr/bin/gcov-14
421+ sudo ln -sf cpp-14 /usr/bin/cpp
422422 - name : Confirm z3 solver is available and log the version installed
423423 run : z3 --version
424424 - name : Download cvc-5 from the releases page and make sure it can be deployed
@@ -432,10 +432,10 @@ jobs:
432432 with :
433433 save-always : true
434434 path : .ccache
435- key : ${{ runner.os }}-24.04-Release-gcc-13 -${{ github.ref }}-${{ github.sha }}-PR
435+ key : ${{ runner.os }}-24.04-Release-gcc-14 -${{ github.ref }}-${{ github.sha }}-PR
436436 restore-keys : |
437- ${{ runner.os }}-24.04-Release-gcc-13 -${{ github.ref }}
438- ${{ runner.os }}-24.04-Release-gcc-13
437+ ${{ runner.os }}-24.04-Release-gcc-14 -${{ github.ref }}
438+ ${{ runner.os }}-24.04-Release-gcc-14
439439 - name : ccache environment
440440 run : |
441441 echo "CCACHE_BASEDIR=$PWD" >> $GITHUB_ENV
0 commit comments