File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -70,19 +70,22 @@ jobs:
70
70
- toolset : gcc-9
71
71
cxxstd : " 11,14,17,2a"
72
72
address_model : 32,64
73
- os : ubuntu-20.04
73
+ os : ubuntu-latest
74
+ container : ubuntu:20.04
74
75
install :
75
76
- g++-9-multilib
76
77
- toolset : gcc-9
77
78
cxxstd : " 11-gnu,14-gnu,17-gnu,2a-gnu"
78
79
address_model : 32,64
79
- os : ubuntu-20.04
80
+ os : ubuntu-latest
81
+ container : ubuntu:20.04
80
82
install :
81
83
- g++-9-multilib
82
84
- toolset : gcc-10
83
85
cxxstd : " 11,14,17,20"
84
86
address_model : 32,64
85
- os : ubuntu-20.04
87
+ os : ubuntu-latest
88
+ container : ubuntu:20.04
86
89
install :
87
90
- g++-10-multilib
88
91
- toolset : gcc-11
@@ -167,13 +170,15 @@ jobs:
167
170
- toolset : clang
168
171
compiler : clang++-9
169
172
cxxstd : " 11,14,17,2a"
170
- os : ubuntu-20.04
173
+ os : ubuntu-latest
174
+ container : ubuntu:20.04
171
175
install :
172
176
- clang-9
173
177
- toolset : clang
174
178
compiler : clang++-10
175
179
cxxstd : " 11,14,17,20"
176
- os : ubuntu-20.04
180
+ os : ubuntu-latest
181
+ container : ubuntu:20.04
177
182
install :
178
183
- clang-10
179
184
- toolset : clang
@@ -505,8 +510,8 @@ jobs:
505
510
fail-fast : false
506
511
matrix :
507
512
include :
508
- - os : ubuntu-20.04
509
513
- os : ubuntu-22.04
514
+ - os : ubuntu-24.04
510
515
- os : macos-13
511
516
- os : macos-14
512
517
You can’t perform that action at this time.
0 commit comments