Skip to content

Commit 1b48236

Browse files
committed
ci: Use fedora:latest instead of pinned fedora:41
Track the latest stable Fedora release rather than a pinned version. Assisted-by: OpenCode (Claude claude-opus-4-6) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent 68ba5a9 commit 1b48236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-24.04
3030
timeout-minutes: 5
3131
container:
32-
image: quay.io/fedora/fedora:41
32+
image: quay.io/fedora/fedora:latest
3333
options: "--privileged --pid=host -v /var/tmp:/var/tmp --tmpfs /tmp:rw,exec,nosuid,nodev -v /:/run/host"
3434

3535
steps:

0 commit comments

Comments
 (0)