Skip to content

Commit a0bf0b3

Browse files
irenebmrsanchez15
authored andcommitted
Add Ubuntu 24.04 and remove Ubuntu 20.04
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
1 parent 36c5629 commit a0bf0b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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
#
@@ -77,8 +77,8 @@ jobs:
7777
- Release
7878
- Debug
7979
os:
80-
- ubuntu-20.04
8180
- ubuntu-22.04
81+
- ubuntu-24.04
8282
- windows-2019
8383
- windows-2022
8484

0 commit comments

Comments
 (0)