Skip to content

Commit 5663f77

Browse files
committed
Github action: Build on Fedora 36 instead of 34
1 parent dcb34b5 commit 5663f77

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,16 @@ jobs:
108108
installer: apt
109109
c_compiler: clang-14
110110
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
116111
- name: Fedora-35
117112
# Uses gcc 11.2.1, clang 12.0.1, cmake 3.20.5
118113
image: "fedora:35"
119114
installer: dnf
120115
CXXFLAGS: -Wno-stringop-overread
116+
- name: Fedora-36
117+
# Uses gcc 12.2.0, clang 14.0.5, cmake 3.24.2
118+
image: "fedora:36"
119+
installer: dnf
120+
CXXFLAGS: -Wno-stringop-overread
121121
container:
122122
image: ${{ matrix.image }}
123123
env:

0 commit comments

Comments
 (0)