Skip to content

Commit 7e6c631

Browse files
authored
Remove Ubuntu 20 and add Ubuntu 24 in CI (#122)
* Remove Ubuntu 20 and add Ubuntu 24 in CI Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update supported platforms Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Update artifact name Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 8d4475b commit 7e6c631

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/actions/project_dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
- name: Download dependencies artifact
5151
uses: eProsima/eProsima-CI/multiplatform/download_dependency@v0
5252
with:
53-
artifact_name: built_fastdds_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
53+
artifact_name: build_fastdds_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
5454
workflow_source: build_fastdds.yml
5555
workflow_source_repository: eProsima/eProsima-CI
5656
target_workspace: ${{ inputs.target_workspace }}

.github/workflows/reusable-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reusable workflow to run the following jobs:
22
#
33
# - multiplatform-tests
4-
# - [ ubuntu-22.04 | ubuntu-20.04 | windows-2019 | windows-2022 ]
4+
# - [ ubuntu-22.04 | ubuntu-24.04 | windows-2019 | windows-2022 ]
55
# - [ Debug | Release ]
66
# - execute tests in different versions of ubuntu with different build types
77
#
@@ -83,8 +83,8 @@ jobs:
8383
- Release
8484
- Debug
8585
os:
86-
- ubuntu-20.04
8786
- ubuntu-22.04
87+
- ubuntu-24.04
8888
- windows-2019
8989
- windows-2022
9090

PLATFORM_SUPPORT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ Community members may provide assistance with these platforms.
3131

3232
## Platforms
3333

34-
|Architecture|Ubuntu Focal (20.04)|Ubuntu Jammy (22.04)|Windows 10 (VS2019)|Windows 10 (VS2022)|Debian Buster (10)|
35-
|------------|--------------------|--------------------|-------------------|-------------------|------------------|
36-
|amd64 |Tier 1 |Tier 1 |Tier 1 |Tier 1 |Tier 3 |
37-
|arm64 |Tier 3 | | | |Tier 3 |
34+
|Architecture|Ubuntu Focal (20.04)|Ubuntu Jammy (22.04)|Ubuntu Noble (24.04)|Windows 10 (VS2019)|Windows 10 (VS2022)|Debian Buster (10)|
35+
|------------|--------------------|--------------------|--------------------|-------------------|-------------------|------------------|
36+
|amd64 |Tier 3 |Tier 1 |Tier 1 |Tier 1 |Tier 1 |Tier 3 |
37+
|arm64 |Tier 3 | | | | |Tier 3 |
3838

3939
## Compilers
4040

0 commit comments

Comments
 (0)