@@ -34,18 +34,22 @@ jobs:
34
34
install : g++-6
35
35
- toolset : gcc-7
36
36
cxxstd : " 03,11,14,17"
37
- os : ubuntu-20.04
37
+ container : ubuntu:18.04
38
+ os : ubuntu-latest
38
39
install : g++-7
39
40
- toolset : gcc-8
40
41
cxxstd : " 03,11,14,17,2a"
41
- os : ubuntu-20.04
42
+ container : ubuntu:18.04
43
+ os : ubuntu-latest
42
44
install : g++-8
43
45
- toolset : gcc-9
44
46
cxxstd : " 03,11,14,17,2a"
45
- os : ubuntu-20.04
47
+ container : ubuntu:20.04
48
+ os : ubuntu-latest
46
49
- toolset : gcc-10
47
50
cxxstd : " 03,11,14,17,2a"
48
- os : ubuntu-20.04
51
+ container : ubuntu:20.04
52
+ os : ubuntu-latest
49
53
install : g++-10
50
54
- toolset : gcc-11
51
55
cxxstd : " 03,11,14,17,2a"
@@ -86,37 +90,44 @@ jobs:
86
90
- toolset : clang
87
91
compiler : clang++-6.0
88
92
cxxstd : " 03,11,14,17"
89
- os : ubuntu-20.04
93
+ container : ubuntu:20.04
94
+ os : ubuntu-latest
90
95
install : clang-6.0
91
96
- toolset : clang
92
97
compiler : clang++-7
93
98
cxxstd : " 03,11,14,17"
94
- os : ubuntu-20.04
99
+ container : ubuntu:20.04
100
+ os : ubuntu-latest
95
101
install : clang-7
96
102
- toolset : clang
97
103
compiler : clang++-8
98
104
cxxstd : " 03,11,14,17,2a"
99
- os : ubuntu-20.04
105
+ container : ubuntu:20.04
106
+ os : ubuntu-latest
100
107
install : clang-8
101
108
- toolset : clang
102
109
compiler : clang++-9
103
110
cxxstd : " 03,11,14,17,2a"
104
- os : ubuntu-20.04
111
+ container : ubuntu:20.04
112
+ os : ubuntu-latest
105
113
install : clang-9
106
114
- toolset : clang
107
115
compiler : clang++-10
108
116
cxxstd : " 03,11,14,17,2a"
109
- os : ubuntu-20.04
117
+ container : ubuntu:20.04
118
+ os : ubuntu-latest
110
119
install : clang-10
111
120
- toolset : clang
112
121
compiler : clang++-11
113
122
cxxstd : " 03,11,14,17,2a"
114
- os : ubuntu-20.04
123
+ container : ubuntu:20.04
124
+ os : ubuntu-latest
115
125
install : clang-11
116
126
- toolset : clang
117
127
compiler : clang++-12
118
128
cxxstd : " 03,11,14,17,2a"
119
- os : ubuntu-20.04
129
+ container : ubuntu:20.04
130
+ os : ubuntu-latest
120
131
install : clang-12
121
132
- toolset : clang
122
133
compiler : clang++-13
@@ -254,7 +265,7 @@ jobs:
254
265
- toolset : gcc
255
266
cxxstd : " 03,11,14,17,2a"
256
267
addrmd : 64
257
- os : windows-2019
268
+ os : windows-2022
258
269
259
270
runs-on : ${{matrix.os}}
260
271
@@ -294,7 +305,6 @@ jobs:
294
305
fail-fast : false
295
306
matrix :
296
307
include :
297
- - os : ubuntu-20.04
298
308
- os : ubuntu-22.04
299
309
- os : ubuntu-24.04
300
310
- os : macos-13
@@ -343,7 +353,6 @@ jobs:
343
353
fail-fast : false
344
354
matrix :
345
355
include :
346
- - os : ubuntu-20.04
347
356
- os : ubuntu-22.04
348
357
- os : ubuntu-24.04
349
358
- os : macos-13
@@ -402,7 +411,6 @@ jobs:
402
411
fail-fast : false
403
412
matrix :
404
413
include :
405
- - os : ubuntu-20.04
406
414
- os : ubuntu-22.04
407
415
- os : ubuntu-24.04
408
416
- os : macos-13
@@ -459,8 +467,8 @@ jobs:
459
467
fail-fast : false
460
468
matrix :
461
469
include :
462
- - os : windows-2019
463
470
- os : windows-2022
471
+ - os : windows-2025
464
472
465
473
runs-on : ${{matrix.os}}
466
474
@@ -508,8 +516,8 @@ jobs:
508
516
fail-fast : false
509
517
matrix :
510
518
include :
511
- - os : windows-2019
512
519
- os : windows-2022
520
+ - os : windows-2025
513
521
514
522
runs-on : ${{matrix.os}}
515
523
@@ -575,8 +583,8 @@ jobs:
575
583
fail-fast : false
576
584
matrix :
577
585
include :
578
- - os : windows-2019
579
586
- os : windows-2022
587
+ - os : windows-2025
580
588
581
589
runs-on : ${{matrix.os}}
582
590
0 commit comments