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.40.3~12 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=65077f28f0eae364d34c1c4f07bf3fd197bb1d87;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 (cherry picked from commit d8532ef299c2dc5e13489df19fc483a67d45f8f5) --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 3686ebc7c..8500e4bb2 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: