Skip to content

Commit

Permalink
github,clang-format: update fedora version for clang-format
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thom311 committed May 7, 2024
1 parent 2301992 commit 30da510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
clang-format:
runs-on: ubuntu-latest
container:
image: fedora:39
image: fedora:40
steps:
- name: Install packages
run: |
Expand Down

0 comments on commit 30da510

Please sign in to comment.