@@ -29,18 +29,22 @@ jobs:
29
29
install : g++-6
30
30
- toolset : gcc-7
31
31
cxxstd : " 03,11,14,17"
32
- os : ubuntu-20.04
32
+ container : ubuntu:20.04
33
+ os : ubuntu-latest
33
34
install : g++-7
34
35
- toolset : gcc-8
35
36
cxxstd : " 03,11,14,17,2a"
36
- os : ubuntu-20.04
37
+ container : ubuntu:20.04
38
+ os : ubuntu-latest
37
39
install : g++-8
38
40
- toolset : gcc-9
39
41
cxxstd : " 03,11,14,17,2a"
40
- os : ubuntu-20.04
42
+ container : ubuntu:20.04
43
+ os : ubuntu-latest
41
44
- toolset : gcc-10
42
45
cxxstd : " 03,11,14,17,2a"
43
- os : ubuntu-20.04
46
+ container : ubuntu:20.04
47
+ os : ubuntu-latest
44
48
install : g++-10
45
49
- toolset : gcc-11
46
50
cxxstd : " 03,11,14,17,2a"
@@ -80,35 +84,45 @@ jobs:
80
84
- toolset : clang
81
85
compiler : clang++-6.0
82
86
cxxstd : " 03,11,14,17"
83
- os : ubuntu-20.04
87
+ container : ubuntu:20.04
88
+ os : ubuntu-latest
84
89
install : clang-6.0
85
90
- toolset : clang
86
91
compiler : clang++-7
87
92
cxxstd : " 03,11,14,17"
88
- os : ubuntu-20.04
93
+ container : ubuntu:20.04
94
+ os : ubuntu-latest
89
95
install : clang-7
90
96
- toolset : clang
91
97
compiler : clang++-8
92
98
cxxstd : " 03,11,14,17,2a"
93
- os : ubuntu-20.04
99
+ container : ubuntu:20.04
100
+ os : ubuntu-latest
94
101
install : clang-8
95
102
- toolset : clang
96
103
compiler : clang++-9
97
104
cxxstd : " 03,11,14,17,2a"
98
- os : ubuntu-20.04
105
+ container : ubuntu:20.04
106
+ os : ubuntu-latest
99
107
install : clang-9
100
108
- toolset : clang
101
109
compiler : clang++-10
102
110
cxxstd : " 03,11,14,17,2a"
103
- os : ubuntu-20.04
111
+ container : ubuntu:20.04
112
+ os : ubuntu-latest
113
+ install : clang-10
104
114
- toolset : clang
105
115
compiler : clang++-11
106
116
cxxstd : " 03,11,14,17,2a"
107
- os : ubuntu-20.04
117
+ container : ubuntu:20.04
118
+ os : ubuntu-latest
119
+ install : clang-11
108
120
- toolset : clang
109
121
compiler : clang++-12
110
122
cxxstd : " 03,11,14,17,2a"
111
- os : ubuntu-20.04
123
+ container : ubuntu:20.04
124
+ os : ubuntu-latest
125
+ install : clang-12
112
126
- toolset : clang
113
127
compiler : clang++-13
114
128
cxxstd : " 03,11,14,17,20,2b"
@@ -249,7 +263,7 @@ jobs:
249
263
- toolset : gcc
250
264
cxxstd : " 03,11,14,17,2a"
251
265
addrmd : 64
252
- os : windows-2019
266
+ os : windows-2022
253
267
254
268
runs-on : ${{matrix.os}}
255
269
@@ -289,7 +303,6 @@ jobs:
289
303
fail-fast : false
290
304
matrix :
291
305
include :
292
- - os : ubuntu-20.04
293
306
- os : ubuntu-22.04
294
307
- os : ubuntu-24.04
295
308
- os : macos-13
@@ -338,7 +351,6 @@ jobs:
338
351
fail-fast : false
339
352
matrix :
340
353
include :
341
- - os : ubuntu-20.04
342
354
- os : ubuntu-22.04
343
355
- os : ubuntu-24.04
344
356
- os : macos-13
@@ -397,7 +409,6 @@ jobs:
397
409
fail-fast : false
398
410
matrix :
399
411
include :
400
- - os : ubuntu-20.04
401
412
- os : ubuntu-22.04
402
413
- os : ubuntu-24.04
403
414
- os : macos-13
@@ -454,8 +465,8 @@ jobs:
454
465
fail-fast : false
455
466
matrix :
456
467
include :
457
- - os : windows-2019
458
468
- os : windows-2022
469
+ - os : windows-2025
459
470
460
471
runs-on : ${{matrix.os}}
461
472
@@ -503,8 +514,8 @@ jobs:
503
514
fail-fast : false
504
515
matrix :
505
516
include :
506
- - os : windows-2019
507
517
- os : windows-2022
518
+ - os : windows-2025
508
519
509
520
runs-on : ${{matrix.os}}
510
521
@@ -570,8 +581,8 @@ jobs:
570
581
fail-fast : false
571
582
matrix :
572
583
include :
573
- - os : windows-2019
574
584
- os : windows-2022
585
+ - os : windows-2025
575
586
576
587
runs-on : ${{matrix.os}}
577
588
0 commit comments