We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fedora:rawhide
1 parent 6c25934 commit 807edcaCopy full SHA for 807edca
1 file changed
.github/workflows/iwyu.yml
@@ -15,15 +15,15 @@ jobs:
15
16
strategy:
17
matrix:
18
- # "opensuse/tumbleweed:latest" / "fedora:latest" / "debian:unstable" / "archlinux:latest"
+ # "opensuse/tumbleweed:latest" / "fedora:rawhide" / "debian:unstable" / "archlinux:latest"
19
include:
20
- os: ubuntu-22.04
21
- image: "fedora:latest"
+ image: "fedora:rawhide"
22
stdlib: libstdc++
23
clang_inc: '-isystem/usr/lib/clang/20/include'
24
# TODO: disable because it currently fails with "error: <cstddef> tried including <stddef.h> but didn't find libc++'s <stddef.h> header."
25
#- os: ubuntu-22.04
26
- # image: "fedora:latest"
+ # image: "fedora:rawhide"
27
# stdlib: libc++
28
# clang_inc: '-isystem/usr/lib/clang/20/include'
29
- os: macos-26
0 commit comments