Skip to content

Commit 344e919

Browse files
committed
iwyu.yml: use fedora:rawhide to get the very latest packages
1 parent ef02f5e commit 344e919

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
@@ -12,15 +12,15 @@ jobs:
1212

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

0 commit comments

Comments
 (0)