File tree 3 files changed +7
-7
lines changed
actions/project_dependencies
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 50
50
- name : Download dependencies artifact
51
51
uses : eProsima/eProsima-CI/multiplatform/download_dependency@v0
52
52
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 }}
54
54
workflow_source : build_fastdds.yml
55
55
workflow_source_repository : eProsima/eProsima-CI
56
56
target_workspace : ${{ inputs.target_workspace }}
Original file line number Diff line number Diff line change 1
1
# Reusable workflow to run the following jobs:
2
2
#
3
3
# - multiplatform-tests
4
- # - [ ubuntu-22.04 | ubuntu-20 .04 | windows-2019 | windows-2022 ]
4
+ # - [ ubuntu-22.04 | ubuntu-24 .04 | windows-2019 | windows-2022 ]
5
5
# - [ Debug | Release ]
6
6
# - execute tests in different versions of ubuntu with different build types
7
7
#
83
83
- Release
84
84
- Debug
85
85
os :
86
- - ubuntu-20.04
87
86
- ubuntu-22.04
87
+ - ubuntu-24.04
88
88
- windows-2019
89
89
- windows-2022
90
90
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ Community members may provide assistance with these platforms.
31
31
32
32
## Platforms
33
33
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 |
38
38
39
39
## Compilers
40
40
You can’t perform that action at this time.
0 commit comments