16
16
17
17
select_environment :
18
18
name : ' Prepare Environment'
19
- runs-on : ubuntu-20 .04
19
+ runs-on : ubuntu-22 .04
20
20
outputs :
21
21
timestamp : ${{ steps.select.outputs.timestamp }}
22
22
repository_owner : ${{ steps.select.outputs.repository_owner }}
@@ -102,7 +102,7 @@ jobs:
102
102
check-license :
103
103
name : ' Check License'
104
104
needs : select_environment
105
- runs-on : ubuntu-20 .04
105
+ runs-on : ubuntu-22 .04
106
106
steps :
107
107
- name : Clone repository
108
108
uses : actions/checkout@v3
@@ -123,7 +123,7 @@ jobs:
123
123
check-style :
124
124
name : ' Check Style'
125
125
needs : select_environment
126
- runs-on : ubuntu-20 .04
126
+ runs-on : ubuntu-22 .04
127
127
steps :
128
128
- name : Clone repository
129
129
uses : actions/checkout@v3
@@ -165,7 +165,7 @@ jobs:
165
165
run-cmake :
166
166
name : ' Run CMake [CMake ${{ matrix.config.cmake_version }} (${{ matrix.config.cmake_generator }}), YCM ${{ matrix.config.ycm_version }}]'
167
167
needs : [select_environment, check-license, check-style]
168
- runs-on : ubuntu-20 .04
168
+ runs-on : ubuntu-22 .04
169
169
strategy :
170
170
fail-fast : false
171
171
matrix :
@@ -290,7 +290,7 @@ jobs:
290
290
config :
291
291
- {
292
292
id : ' 01' ,
293
- os : ubuntu-20 .04,
293
+ os : ubuntu-22 .04,
294
294
build_type : " Release" ,
295
295
cc : " gcc" ,
296
296
cxx : " g++" ,
@@ -300,7 +300,7 @@ jobs:
300
300
}
301
301
- {
302
302
id : ' 02' ,
303
- os : ubuntu-20 .04,
303
+ os : ubuntu-22 .04,
304
304
build_type : " Release" ,
305
305
cc : " clang" ,
306
306
cxx : " clang++" ,
@@ -311,7 +311,7 @@ jobs:
311
311
- {
312
312
id : ' 03' ,
313
313
description : ' No ACE' ,
314
- os : ubuntu-20 .04,
314
+ os : ubuntu-22 .04,
315
315
build_type : " Release" ,
316
316
cc : " gcc" ,
317
317
cxx : " g++" ,
@@ -324,7 +324,7 @@ jobs:
324
324
- {
325
325
id : ' 04' ,
326
326
description : ' No ACE' ,
327
- os : ubuntu-20 .04,
327
+ os : ubuntu-22 .04,
328
328
build_type : " Release" ,
329
329
cc : " clang" ,
330
330
cxx : " clang++" ,
@@ -337,7 +337,7 @@ jobs:
337
337
- {
338
338
id : ' 05' ,
339
339
description : ' No YARP_math (bindings disabled)' ,
340
- os : ubuntu-20 .04,
340
+ os : ubuntu-22 .04,
341
341
build_type : " Release" ,
342
342
cc : " gcc" ,
343
343
cxx : " g++" ,
@@ -351,7 +351,7 @@ jobs:
351
351
- {
352
352
id : ' 06' ,
353
353
description : ' No YARP_math (bindings disabled)' ,
354
- os : ubuntu-20 .04,
354
+ os : ubuntu-22 .04,
355
355
build_type : " Release" ,
356
356
cc : " clang" ,
357
357
cxx : " clang++" ,
@@ -365,7 +365,7 @@ jobs:
365
365
- {
366
366
id : ' 07' ,
367
367
description : ' CLEAN_API (unit tests and bindings disabled)' ,
368
- os : ubuntu-20 .04,
368
+ os : ubuntu-22 .04,
369
369
build_type : " Release" ,
370
370
cc : " gcc" ,
371
371
cxx : " g++" ,
@@ -378,7 +378,7 @@ jobs:
378
378
- {
379
379
id : ' 08' ,
380
380
description : ' CLEAN_API (unit tests and bindings disabled)' ,
381
- os : ubuntu-20 .04,
381
+ os : ubuntu-22 .04,
382
382
build_type : " Release" ,
383
383
cc : " clang" ,
384
384
cxx : " clang++" ,
@@ -391,7 +391,7 @@ jobs:
391
391
- {
392
392
id : ' 09' ,
393
393
description : ' Static' ,
394
- os : ubuntu-20 .04,
394
+ os : ubuntu-22 .04,
395
395
build_type : " Release" ,
396
396
cc : " gcc" ,
397
397
cxx : " g++" ,
@@ -402,7 +402,7 @@ jobs:
402
402
- {
403
403
id : ' 10' ,
404
404
description : ' Static' ,
405
- os : ubuntu-20 .04,
405
+ os : ubuntu-22 .04,
406
406
build_type : " Release" ,
407
407
cc : " clang" ,
408
408
cxx : " clang++" ,
@@ -413,7 +413,7 @@ jobs:
413
413
- {
414
414
id : ' 11' ,
415
415
description : ' Static, no ACE (bindings disabled)' ,
416
- os : ubuntu-20 .04,
416
+ os : ubuntu-22 .04,
417
417
build_type : " Release" ,
418
418
cc : " gcc" ,
419
419
cxx : " g++" ,
@@ -427,7 +427,7 @@ jobs:
427
427
- {
428
428
id : ' 12' ,
429
429
description : ' Static, no ACE (bindings disabled)' ,
430
- os : ubuntu-20 .04,
430
+ os : ubuntu-22 .04,
431
431
build_type : " Release" ,
432
432
cc : " clang" ,
433
433
cxx : " clang++" ,
@@ -441,7 +441,7 @@ jobs:
441
441
- {
442
442
id : ' 13' ,
443
443
description : ' No deprecated' ,
444
- os : ubuntu-20 .04,
444
+ os : ubuntu-22 .04,
445
445
build_type : " Release" ,
446
446
cc : " gcc" ,
447
447
cxx : " g++" ,
@@ -452,7 +452,7 @@ jobs:
452
452
- {
453
453
id : ' 14' ,
454
454
description : ' No deprecated' ,
455
- os : ubuntu-20 .04,
455
+ os : ubuntu-22 .04,
456
456
build_type : " Release" ,
457
457
cc : " clang" ,
458
458
cxx : " clang++" ,
@@ -463,7 +463,7 @@ jobs:
463
463
- {
464
464
id : ' 15' ,
465
465
description : ' No executables (unit tests disabled)' ,
466
- os : ubuntu-20 .04,
466
+ os : ubuntu-22 .04,
467
467
build_type : " Release" ,
468
468
cc : " gcc" ,
469
469
cxx : " g++" ,
@@ -475,7 +475,7 @@ jobs:
475
475
- {
476
476
id : ' 16' ,
477
477
description : ' No executables (unit tests disabled)' ,
478
- os : ubuntu-20 .04,
478
+ os : ubuntu-22 .04,
479
479
build_type : " Release" ,
480
480
cc : " clang" ,
481
481
cxx : " clang++" ,
@@ -487,7 +487,7 @@ jobs:
487
487
- {
488
488
id : ' 17' ,
489
489
description : ' Build extern dependencies' ,
490
- os : ubuntu-20 .04,
490
+ os : ubuntu-22 .04,
491
491
build_type : " Release" ,
492
492
cc : " gcc" ,
493
493
cxx : " g++" ,
@@ -500,7 +500,7 @@ jobs:
500
500
- {
501
501
id : ' 18' ,
502
502
description : ' Build extern dependencies' ,
503
- os : ubuntu-20 .04,
503
+ os : ubuntu-22 .04,
504
504
build_type : " Release" ,
505
505
cc : " clang" ,
506
506
cxx : " clang++" ,
@@ -512,7 +512,7 @@ jobs:
512
512
}
513
513
- {
514
514
id : ' 19' ,
515
- os : ubuntu-20 .04,
515
+ os : ubuntu-22 .04,
516
516
build_type : " Release" ,
517
517
cc : " gcc" ,
518
518
cxx : " g++" ,
@@ -521,7 +521,7 @@ jobs:
521
521
}
522
522
- {
523
523
id : ' 20' ,
524
- os : ubuntu-20 .04,
524
+ os : ubuntu-22 .04,
525
525
build_type : " Release" ,
526
526
cc : " clang" ,
527
527
cxx : " clang++" ,
@@ -531,7 +531,7 @@ jobs:
531
531
- {
532
532
id : ' 21' ,
533
533
description : ' Valgrind (bindings, failing tests, guis and examples as tests disabled)' ,
534
- os : ubuntu-20 .04,
534
+ os : ubuntu-22 .04,
535
535
build_type : " Debug" ,
536
536
cc : " gcc" ,
537
537
cxx : " g++" ,
@@ -548,7 +548,7 @@ jobs:
548
548
- {
549
549
id : ' 22' ,
550
550
description : ' Valgrind, No ACE (bindings, failing tests, guis and examples as tests disabled)' ,
551
- os : ubuntu-20 .04,
551
+ os : ubuntu-22 .04,
552
552
build_type : " Debug" ,
553
553
cc : " gcc" ,
554
554
cxx : " g++" ,
@@ -1369,7 +1369,7 @@ jobs:
1369
1369
environment : code-analysis
1370
1370
name : ' Codacy - clang-tidy'
1371
1371
needs : [select_environment, run-cmake]
1372
- runs-on : ubuntu-20 .04
1372
+ runs-on : ubuntu-22 .04
1373
1373
steps :
1374
1374
- name : Clone repository
1375
1375
uses : actions/checkout@v3
@@ -1557,7 +1557,7 @@ jobs:
1557
1557
environment : code-analysis
1558
1558
name : ' Codacy - coverage'
1559
1559
needs : [select_environment, run-cmake]
1560
- runs-on : ubuntu-20 .04
1560
+ runs-on : ubuntu-22 .04
1561
1561
steps :
1562
1562
- name : Clone repository
1563
1563
uses : actions/checkout@v3
@@ -1689,7 +1689,7 @@ jobs:
1689
1689
environment : code-analysis
1690
1690
name : ' SonarCloud'
1691
1691
needs : [select_environment, run-cmake]
1692
- runs-on : ubuntu-20 .04
1692
+ runs-on : ubuntu-22 .04
1693
1693
steps :
1694
1694
- name : Clone repository
1695
1695
uses : actions/checkout@v3
0 commit comments