]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: consistently use gcc 13 during CI
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 31 Jan 2024 14:29:48 +0000 (15:29 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Wed, 31 Jan 2024 14:49:04 +0000 (15:49 +0100)
Some configurations where not migrated from 10 to 13.

The coveralls configuration stays on gcc 10 as the coverage data
generated by the compiler needs to be compatible with the installed
version of gcov.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild.yml

index 3e5ea0aad98d24700378de73bfb69ecf9a9d5295..3686ebc7cbca79963a74ce74c1a007754f3de54a 100644 (file)
@@ -86,7 +86,7 @@ jobs:
       cancel-in-progress: true
     env:
       COMPILER: gcc
-      COMPILER_VERSION: 10
+      COMPILER_VERSION: 13
       SANITIZE: no
     steps:
       - name: Repository checkout
@@ -106,7 +106,7 @@ jobs:
       cancel-in-progress: true
     env:
       COMPILER: gcc
-      COMPILER_VERSION: 10
+      COMPILER_VERSION: 13
       SANITIZE: no
       TRANSLATE_MANPAGES: yes
     steps:
@@ -170,7 +170,7 @@ jobs:
           distro: ubuntu_latest
           run: |
             export COMPILER=gcc
-            export COMPILER_VERSION=10
+            export COMPILER_VERSION=13
             export SANITIZE=no
             export QEMU_USER=1