From d8532ef299c2dc5e13489df19fc483a67d45f8f5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 8 Jan 2025 11:35:03 +0100 Subject: [PATCH] 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 --- .github/workflows/cibuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3