Skip to content

Commit 807edca

Browse files
committed
iwyu.yml: use fedora:rawhide to get the very latest packages
1 parent 6c25934 commit 807edca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/iwyu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
# "opensuse/tumbleweed:latest" / "fedora:latest" / "debian:unstable" / "archlinux:latest"
18+
# "opensuse/tumbleweed:latest" / "fedora:rawhide" / "debian:unstable" / "archlinux:latest"
1919
include:
2020
- os: ubuntu-22.04
21-
image: "fedora:latest"
21+
image: "fedora:rawhide"
2222
stdlib: libstdc++
2323
clang_inc: '-isystem/usr/lib/clang/20/include'
2424
# TODO: disable because it currently fails with "error: <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header."
2525
#- os: ubuntu-22.04
26-
# image: "fedora:latest"
26+
# image: "fedora:rawhide"
2727
# stdlib: libc++
2828
# clang_inc: '-isystem/usr/lib/clang/20/include'
2929
- os: macos-26

0 commit comments

Comments
 (0)