File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,12 +71,14 @@ jobs:
7171 - g++-8
7272 - toolset : gcc-9
7373 cxxstd : " 11,14,17,2a"
74- os : ubuntu-20.04
74+ os : ubuntu-latest
75+ container : ubuntu:20.04
7576 install :
7677 - g++-9
7778 - toolset : gcc-10
7879 cxxstd : " 11,14,17,20"
79- os : ubuntu-20.04
80+ os : ubuntu-latest
81+ container : ubuntu:20.04
8082 install :
8183 - g++-10
8284 - toolset : gcc-11
@@ -185,13 +187,15 @@ jobs:
185187 - toolset : clang
186188 compiler : clang++-9
187189 cxxstd : " 11,14,17,2a"
188- os : ubuntu-20.04
190+ os : ubuntu-latest
191+ container : ubuntu:20.04
189192 install :
190193 - clang-9
191194 - toolset : clang
192195 compiler : clang++-10
193196 cxxstd : " 11,14,17,20"
194- os : ubuntu-20.04
197+ os : ubuntu-latest
198+ container : ubuntu:20.04
195199 install :
196200 - clang-10
197201 - toolset : clang
@@ -307,7 +311,7 @@ jobs:
307311
308312 - name : CMake tests
309313 cmake_tests : 1
310- os : ubuntu-20 .04
314+ os : ubuntu-24 .04
311315
312316 timeout-minutes : 20
313317 runs-on : ${{matrix.os}}
You can’t perform that action at this time.
0 commit comments