From 4d25ef77d7c225533ac59e0160fbaf732440fb0c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 7 May 2024 09:46:08 +0200 Subject: [PATCH] github: update fedora version for clang-format We use clang-format, but the actual result depends on the version of the tool. The version to be used, is the one from the github action. You can use "tools/clang-format-container.sh" to run that version in a container. Bump the Fedora version (and the used clang-format version) from Fedora 39 (17.0.6-2.fc39) to Fedora 40 (18.1.1-1.fc40). Luckily, our code base formats the same under both. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25bb0b9c..7785b18a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: clang-format: runs-on: ubuntu-latest container: - image: fedora:39 + image: fedora:40 steps: - name: Install packages run: |