@@ -188,14 +188,15 @@ macOS/Targeted CC Clang Shared:
188
188
- ninja -C build ccov-report
189
189
190
190
Windows/Targeted CC Clang Static :
191
- image : stabletec/build-core:windows-2019
191
+ image : stabletec/build-core:windows-ltsc2022
192
192
stage : Targeted Code Coverage
193
193
parallel :
194
194
matrix :
195
195
- ARCH : [amd64]
196
196
tags :
197
197
- container
198
198
- windows
199
+ - ltsc2022
199
200
- ${ARCH}
200
201
variables :
201
202
CC : clang
@@ -207,14 +208,15 @@ Windows/Targeted CC Clang Static:
207
208
- ninja -C build ccov-report
208
209
209
210
Windows/Targeted CC Clang Shared :
210
- image : stabletec/build-core:windows-2019
211
+ image : stabletec/build-core:windows-ltsc2022
211
212
stage : Targeted Code Coverage
212
213
parallel :
213
214
matrix :
214
215
- ARCH : [amd64]
215
216
tags :
216
217
- container
217
218
- windows
219
+ - ltsc2022
218
220
- ${ARCH}
219
221
variables :
220
222
CC : clang
@@ -381,14 +383,15 @@ macOS/All CC Clang Shared:
381
383
- ninja -C build ccov-all-report
382
384
383
385
Windows/All CC Clang Static :
384
- image : stabletec/build-core:windows-2019
386
+ image : stabletec/build-core:windows-ltsc2022
385
387
stage : All Code Coverage
386
388
parallel :
387
389
matrix :
388
390
- ARCH : [amd64]
389
391
tags :
390
392
- container
391
393
- windows
394
+ - ltsc2022
392
395
- ${ARCH}
393
396
variables :
394
397
CC : clang
@@ -402,14 +405,15 @@ Windows/All CC Clang Static:
402
405
- ninja -C build ccov-all-report
403
406
404
407
Windows/All CC Clang Shared :
405
- image : stabletec/build-core:windows-2019
408
+ image : stabletec/build-core:windows-ltsc2022
406
409
stage : All Code Coverage
407
410
parallel :
408
411
matrix :
409
412
- ARCH : [amd64]
410
413
tags :
411
414
- container
412
415
- windows
416
+ - ltsc2022
413
417
- ${ARCH}
414
418
variables :
415
419
CC : clang
@@ -591,14 +595,15 @@ macOS/Clang/UndefinedSanitizer:
591
595
<< : *macos_success_template
592
596
593
597
Windows/MSVC/Address Sanitizer :
594
- image : stabletec/build-core:windows-2019
598
+ image : stabletec/build-core:windows-ltsc2022
595
599
stage : Sanitizers
596
600
parallel :
597
601
matrix :
598
602
- ARCH : [amd64]
599
603
tags :
600
604
- container
601
605
- windows
606
+ - ltsc2022
602
607
- ${ARCH}
603
608
script :
604
609
- cmake example/all/ -B build -GNinja -D EXAMPLE_USE_SANITIZER=address $env:CMAKE_OPTIONS
@@ -665,14 +670,15 @@ Linux/Clang/UndefinedSanitizer (LEGACY):
665
670
<< : *linux_success_template
666
671
667
672
Windows/MSVC/Address Sanitizer (LEGACY) :
668
- image : stabletec/build-core:windows-2019
673
+ image : stabletec/build-core:windows-ltsc2022
669
674
stage : Sanitizers
670
675
parallel :
671
676
matrix :
672
677
- ARCH : [amd64]
673
678
tags :
674
679
- container
675
680
- windows
681
+ - ltsc2022
676
682
- ${ARCH}
677
683
script :
678
684
- cmake example/all/ -B build -GNinja -D USE_SANITIZER=address
0 commit comments