diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8805550968f24..7a26bedca64ce 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -30,8 +30,8 @@ jobs: cxxcompiler: clang++ libraries: libsdl2-dev - name: GCC - SDL2 - compiler: gcc - cxxcompiler: g++ + compiler: gcc-14 + cxxcompiler: g++-14 libraries: libsdl2-dev - name: GCC - Dedicated compiler: gcc