From 30da51072975cd7733cfee27305f8512b733216e Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 7 May 2024 09:46:08 +0200 Subject: [PATCH] github,clang-format: update fedora version for clang-format We use clang-format, but the 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. Now that Fedora 40 is released, 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 source code formats the same for 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: |