We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb34b5 commit 5663f77Copy full SHA for 5663f77
1 file changed
.github/workflows/ci.yml
@@ -108,16 +108,16 @@ jobs:
108
installer: apt
109
c_compiler: clang-14
110
cpp_compiler: clang++-14
111
- - name: Fedora-34
112
- # Uses gcc 11.2.1, clang 12.0.1, cmake 3.20.5
113
- image: "fedora:34"
114
- installer: dnf
115
- CXXFLAGS: -Wno-stringop-overread
116
- name: Fedora-35
117
# Uses gcc 11.2.1, clang 12.0.1, cmake 3.20.5
118
image: "fedora:35"
119
installer: dnf
120
CXXFLAGS: -Wno-stringop-overread
+ - name: Fedora-36
+ # Uses gcc 12.2.0, clang 14.0.5, cmake 3.24.2
+ image: "fedora:36"
+ installer: dnf
+ CXXFLAGS: -Wno-stringop-overread
121
container:
122
image: ${{ matrix.image }}
123
env:
0 commit comments