File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11
11
with :
12
12
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
13
13
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
14
- os-version : ' ubuntu-22 .04'
14
+ os-version : ' ubuntu-24 .04'
15
15
label : ' nightly-ubuntu-ci-master'
16
16
fastdds-docs-branch : ' master'
17
17
fastdds-branch : ' master'
Original file line number Diff line number Diff line change 6
6
os-version :
7
7
description : ' The OS image for the workflow'
8
8
required : false
9
- default : ' ubuntu-22 .04'
9
+ default : ' ubuntu-24 .04'
10
10
type : string
11
11
label :
12
12
description : ' ID associated to the workflow'
@@ -91,10 +91,13 @@ jobs:
91
91
with :
92
92
cmakeVersion : ' 3.22.6'
93
93
94
+ - name : Remove default swig version
95
+ run : sudo apt-get remove -y swig
96
+
94
97
- name : Install apt dependencies
95
98
uses : eProsima/eProsima-CI/ubuntu/install_apt_packages@v0
96
99
with :
97
- packages : libasio-dev libtinyxml2-dev libssl-dev swig doxygen imagemagick plantuml
100
+ packages : libasio-dev libtinyxml2-dev libssl-dev swig4.1 doxygen imagemagick plantuml
98
101
update : true
99
102
upgrade : false
100
103
Original file line number Diff line number Diff line change 7
7
os-version :
8
8
description : ' OS version to run the workflow'
9
9
required : false
10
- default : ' ubuntu-22 .04'
10
+ default : ' ubuntu-24 .04'
11
11
type : string
12
12
colcon-args :
13
13
description : ' Extra arguments for colcon cli'
61
61
with :
62
62
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
63
63
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
64
- os-version : ${{ inputs.os-version || 'ubuntu-22 .04' }}
64
+ os-version : ${{ inputs.os-version || 'ubuntu-24 .04' }}
65
65
label : ' ubuntu-ci-master-main'
66
66
colcon-args : ${{ inputs.colcon-args }}
67
67
cmake-args : ${{ inputs.cmake-args }}
You can’t perform that action at this time.
0 commit comments