8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
11
- name : [Ubuntu-18 , Ubuntu-20 , Ubuntu-22 , Debian-10, Debian-11, Debian-12, Debian-Testing, Debian-Experimental, Fedora-35 , Fedora-36 , Fedora-37 , Fedora-38 ]
11
+ name : [Ubuntu-20 , Ubuntu-22 , Ubuntu-24 , Debian-10, Debian-11, Debian-12, Debian-Testing, Debian-Experimental, Fedora-37 , Fedora-38 , Fedora-39 , Fedora-40 ]
12
12
build_type : [Dev]
13
13
cpp_compiler : [g++]
14
14
cpp_version : [c++14]
15
15
include :
16
- - name : Ubuntu-18
17
- # Uses gcc 7.5.0, clang 6.0.0, cmake 3.10.2
18
- image : " ubuntu:18.04"
19
- ubuntu : 18
20
16
- name : Ubuntu-20
21
17
# Uses gcc 9.3.0, clang 10.0.0, cmake 3.16.3
22
18
image : " ubuntu:20.04"
26
22
image : " ubuntu:22.04"
27
23
ubuntu : 22
28
24
CXXFLAGS : -Wno-stringop-overread
25
+ - name : Ubuntu-24
26
+ image : " ubuntu:24.04"
27
+ ubuntu : 24
28
+ CXXFLAGS : -Wno-stringop-overread
29
29
- name : Debian-10
30
30
# Uses gcc 8.3.0, clang 7.0.1, cmake 3.13.4
31
31
image : " debian:buster"
@@ -111,14 +111,6 @@ jobs:
111
111
image : " debian:experimental"
112
112
c_compiler : clang
113
113
cpp_compiler : clang++
114
- - name : Fedora-35
115
- # Uses gcc 11.2.1, clang 12.0.1, cmake 3.20.5
116
- image : " fedora:35"
117
- CXXFLAGS : -Wno-stringop-overread
118
- - name : Fedora-36
119
- # Uses gcc 12.2.0, clang 14.0.5, cmake 3.24.2
120
- image : " fedora:36"
121
- CXXFLAGS : -Wno-stringop-overread
122
114
- name : Fedora-37
123
115
# Uses gcc 12.3.1, clang 15.0.7, cmake 3.26.4
124
116
image : " fedora:37"
@@ -127,6 +119,12 @@ jobs:
127
119
# Uses gcc 13.0.1, clang 16.0.5, cmake 3.26.4
128
120
image : " fedora:38"
129
121
CXXFLAGS : -Wno-stringop-overread
122
+ - name : Fedora-39
123
+ image : " fedora:39"
124
+ CXXFLAGS : -Wno-stringop-overread
125
+ - name : Fedora-40
126
+ image : " fedora:40"
127
+ CXXFLAGS : -Wno-stringop-overread
130
128
container :
131
129
image : ${{ matrix.image }}
132
130
env :
@@ -211,7 +209,6 @@ jobs:
211
209
fail-fast : false
212
210
matrix :
213
211
os :
214
- - " macos-11"
215
212
- " macos-12"
216
213
- " macos-13"
217
214
build_type : [Dev]
0 commit comments