File tree 1 file changed +9
-5
lines changed 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2023-2024 Andrey Semashev
1
+ # Copyright 2023-2025 Andrey Semashev
2
2
#
3
3
# Distributed under the Boost Software License, Version 1.0.
4
4
# https://www.boost.org/LICENSE_1_0.txt
@@ -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
You can’t perform that action at this time.
0 commit comments