Skip to content

Commit

Permalink
Remove Ubuntu 20 and add Ubuntu 24 in CI (#122)
Browse files Browse the repository at this point in the history
* Remove Ubuntu 20 and add Ubuntu 24 in CI

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

* Update supported platforms

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

* Update artifact name

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

---------

Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 committed Aug 16, 2024
1 parent 8d4475b commit 7e6c631
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/project_dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
- name: Download dependencies artifact
uses: eProsima/eProsima-CI/multiplatform/download_dependency@v0
with:
artifact_name: built_fastdds_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
artifact_name: build_fastdds_${{ inputs.custom_version_build }}_${{ inputs.os }}_${{ inputs.cmake_build_type }}${{ inputs.dependencies_artifact_postfix }}
workflow_source: build_fastdds.yml
workflow_source_repository: eProsima/eProsima-CI
target_workspace: ${{ inputs.target_workspace }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Reusable workflow to run the following jobs:
#
# - multiplatform-tests
# - [ ubuntu-22.04 | ubuntu-20.04 | windows-2019 | windows-2022 ]
# - [ ubuntu-22.04 | ubuntu-24.04 | windows-2019 | windows-2022 ]
# - [ Debug | Release ]
# - execute tests in different versions of ubuntu with different build types
#
Expand Down Expand Up @@ -83,8 +83,8 @@ jobs:
- Release
- Debug
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- windows-2019
- windows-2022

Expand Down
8 changes: 4 additions & 4 deletions PLATFORM_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Community members may provide assistance with these platforms.

## Platforms

|Architecture|Ubuntu Focal (20.04)|Ubuntu Jammy (22.04)|Windows 10 (VS2019)|Windows 10 (VS2022)|Debian Buster (10)|
|------------|--------------------|--------------------|-------------------|-------------------|------------------|
|amd64 |Tier 1 |Tier 1 |Tier 1 |Tier 1 |Tier 3 |
|arm64 |Tier 3 | | | |Tier 3 |
|Architecture|Ubuntu Focal (20.04)|Ubuntu Jammy (22.04)|Ubuntu Noble (24.04)|Windows 10 (VS2019)|Windows 10 (VS2022)|Debian Buster (10)|
|------------|--------------------|--------------------|--------------------|-------------------|-------------------|------------------|
|amd64 |Tier 3 |Tier 1 |Tier 1 |Tier 1 |Tier 1 |Tier 3 |
|arm64 |Tier 3 | | | | |Tier 3 |

## Compilers

Expand Down

0 comments on commit 7e6c631

Please sign in to comment.