Skip to content

Commit

Permalink
github: update fedora version for clang-format
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thom311 committed May 7, 2024
1 parent 2301992 commit 4d25ef7
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 4d25ef7

Please sign in to comment.