From: Karel Zak Date: Wed, 8 Jan 2025 10:35:03 +0000 (+0100) Subject: ci: bump coveralls compiler version to gcc 13 X-Git-Tag: v2.42-start~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8532ef299c2dc5e13489df19fc483a67d45f8f5;p=thirdparty%2Futil-linux.git ci: bump coveralls compiler version to gcc 13 coverall CI output: COMPILER=gcc COMPILER_VERSION=10 ... Found gcov version: 13.2.0 ... geninfo: ERROR: Incompatible GCC/GCOV version found Signed-off-by: Karel Zak --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 23f5f7abc..fb87a6387 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -60,7 +60,7 @@ jobs: cancel-in-progress: true env: COMPILER: gcc - COMPILER_VERSION: 10 + COMPILER_VERSION: 13 SANITIZE: no COVERAGE: yes steps: