]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: bump coveralls compiler version to gcc 13
authorKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 10:35:03 +0000 (11:35 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jan 2025 10:35:03 +0000 (11:35 +0100)
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 <kzak@redhat.com>
.github/workflows/cibuild.yml

index 23f5f7abcc9b62e03c76cae78c3412c71a423d10..fb87a638796955ad93929f93297ee60a0a28896d 100644 (file)
@@ -60,7 +60,7 @@ jobs:
       cancel-in-progress: true
     env:
       COMPILER: gcc
-      COMPILER_VERSION: 10
+      COMPILER_VERSION: 13
       SANITIZE: no
       COVERAGE: yes
     steps: