summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-12-04 10:12:59 +0100
committerThomas Haller <thaller@redhat.com>2023-12-04 10:12:59 +0100
commitf743c62fa69edf3acc26ee30ffbee8a3c6841ed3 (patch)
tree3265806c63e129095d7d22eb9018de7ec289d889
parentf33e8cd6834435b99d5927e52434205800128452 (diff)
downloadlibnl-f743c62fa69edf3acc26ee30ffbee8a3c6841ed3.tar.gz
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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c6b6789a..708928e9 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: |