GH Actions: Use GCC 13, that is the minimum required now.

This commit is contained in:
Alexander Shaduri
2024-04-22 18:08:34 +04:00
parent 2c163503d9
commit c065e55ca1
+2 -2
View File
@@ -38,8 +38,8 @@ jobs:
shell: bash
working-directory: ${{github.workspace}}/build
env:
CC: gcc-12
CXX: g++-12
CC: gcc-13
CXX: g++-13
run: >
cmake $GITHUB_WORKSPACE
-DCMAKE_BUILD_TYPE=$BUILD_TYPE