diff options
author | Thomas Haller <thaller@redhat.com> | 2023-12-04 09:12:59 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-12-04 09:12:59 (GMT) |
commit | f743c62fa69edf3acc26ee30ffbee8a3c6841ed3 (patch) | |
tree | 3265806c63e129095d7d22eb9018de7ec289d889 | |
parent | f33e8cd6834435b99d5927e52434205800128452 (diff) | |
download | libnl-f743c62fa69edf3acc26ee30ffbee8a3c6841ed3.zip libnl-f743c62fa69edf3acc26ee30ffbee8a3c6841ed3.tar.gz libnl-f743c62fa69edf3acc26ee30ffbee8a3c6841ed3.tar.bz2 |
github: update Fedora image and version for clang-format
Update the Fedora container for github. In particular, this updates
the used version of clang-format for formatting the C sources.
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6b6789..708928e 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:38 + image: fedora:39 steps: - name: Install packages run: | |