Skip to content

Commit

Permalink
CI transition from Ubuntu 20.04 to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Sep 21, 2022
1 parent da9d3a6 commit c560982
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

select_environment:
name: 'Prepare Environment'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
timestamp: ${{ steps.select.outputs.timestamp }}
repository_owner: ${{ steps.select.outputs.repository_owner }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
check-license:
name: 'Check License'
needs: select_environment
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/checkout@v2
Expand All @@ -123,7 +123,7 @@ jobs:
check-style:
name: 'Check Style'
needs: select_environment
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/checkout@v2
Expand All @@ -144,7 +144,7 @@ jobs:
run-cmake:
name: 'Run CMake [CMake ${{ matrix.config.cmake_version }} (${{ matrix.config.cmake_generator }}), YCM ${{ matrix.config.ycm_version }}]'
needs: [select_environment, check-license, check-style]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/robotology/ycm:cmake-${{ matrix.config.cmake_version }}_ycm-${{ matrix.config.ycm_version }}
strategy:
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
config:
- {
id: '01',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
Expand All @@ -228,7 +228,7 @@ jobs:
}
- {
id: '02',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -239,7 +239,7 @@ jobs:
- {
id: '03',
description: 'No ACE',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
Expand All @@ -252,7 +252,7 @@ jobs:
- {
id: '04',
description: 'No ACE',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -265,7 +265,7 @@ jobs:
- {
id: '05',
description: 'No YARP_math (bindings disabled)',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
Expand All @@ -279,7 +279,7 @@ jobs:
- {
id: '06',
description: 'No YARP_math (bindings disabled)',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -293,7 +293,7 @@ jobs:
- {
id: '07',
description: 'CLEAN_API (unit tests and bindings disabled)',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
Expand All @@ -306,7 +306,7 @@ jobs:
- {
id: '08',
description: 'CLEAN_API (unit tests and bindings disabled)',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -319,7 +319,7 @@ jobs:
- {
id: '09',
description: 'Static',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
Expand All @@ -331,7 +331,7 @@ jobs:
- {
id: '10',
description: 'Static',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -343,7 +343,7 @@ jobs:
- {
id: '11',
description: 'Static, no ACE (bindings disabled)',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
Expand All @@ -358,7 +358,7 @@ jobs:
- {
id: '12',
description: 'Static, no ACE (bindings disabled)',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -373,7 +373,7 @@ jobs:
- {
id: '13',
description: 'No deprecated',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
Expand All @@ -384,7 +384,7 @@ jobs:
- {
id: '14',
description: 'No deprecated',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -395,7 +395,7 @@ jobs:
- {
id: '15',
description: 'No executables (unit tests disabled)',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
Expand All @@ -407,7 +407,7 @@ jobs:
- {
id: '16',
description: 'No executables (unit tests disabled)',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -419,7 +419,7 @@ jobs:
- {
id: '17',
description: 'Build extern dependencies',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
Expand All @@ -432,7 +432,7 @@ jobs:
- {
id: '18',
description: 'Build extern dependencies',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -444,7 +444,7 @@ jobs:
}
- {
id: '19',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "gcc",
cxx: "g++",
Expand All @@ -453,7 +453,7 @@ jobs:
}
- {
id: '20',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Release",
cc: "clang",
cxx: "clang++",
Expand All @@ -463,7 +463,7 @@ jobs:
- {
id: '21',
description: 'Valgrind (bindings, failing tests and examples as tests disabled)',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Debug",
cc: "gcc",
cxx: "g++",
Expand Down Expand Up @@ -493,7 +493,7 @@ jobs:
- {
id: '22',
description: 'Valgrind, No ACE (bindings, failing tests and examples as tests disabled)',
os: ubuntu-20.04,
os: ubuntu-22.04,
build_type: "Debug",
cc: "gcc",
cxx: "g++",
Expand Down Expand Up @@ -1296,7 +1296,7 @@ jobs:
environment: code-analysis
name: 'Codacy - clang-tidy'
needs: [select_environment, run-cmake]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -1484,7 +1484,7 @@ jobs:
environment: code-analysis
name: 'Codacy - coverage'
needs: [select_environment, run-cmake]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -1612,7 +1612,7 @@ jobs:
environment: code-analysis
name: 'SonarCloud'
needs: [select_environment, run-cmake]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/checkout@v2
Expand Down

0 comments on commit c560982

Please sign in to comment.