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