File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -72,12 +72,14 @@ jobs:
72
72
- g++-8
73
73
- toolset : gcc-9
74
74
cxxstd : " 11,14,17,2a"
75
- os : ubuntu-20.04
75
+ os : ubuntu-latest
76
+ container : ubuntu:20.04
76
77
install :
77
78
- g++-9
78
79
- toolset : gcc-10
79
80
cxxstd : " 11,14,17,20"
80
- os : ubuntu-20.04
81
+ os : ubuntu-latest
82
+ container : ubuntu:20.04
81
83
install :
82
84
- g++-10
83
85
- toolset : gcc-11
@@ -186,13 +188,15 @@ jobs:
186
188
- toolset : clang
187
189
compiler : clang++-9
188
190
cxxstd : " 11,14,17,2a"
189
- os : ubuntu-20.04
191
+ os : ubuntu-latest
192
+ container : ubuntu:20.04
190
193
install :
191
194
- clang-9
192
195
- toolset : clang
193
196
compiler : clang++-10
194
197
cxxstd : " 11,14,17,20"
195
- os : ubuntu-20.04
198
+ os : ubuntu-latest
199
+ container : ubuntu:20.04
196
200
install :
197
201
- clang-10
198
202
- toolset : clang
@@ -305,7 +309,7 @@ jobs:
305
309
306
310
- name : CMake tests
307
311
cmake_tests : 1
308
- os : ubuntu-20 .04
312
+ os : ubuntu-24 .04
309
313
310
314
timeout-minutes : 30
311
315
runs-on : ${{matrix.os}}
You can’t perform that action at this time.
0 commit comments