File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 59
59
strategy :
60
60
matrix :
61
61
build_type : [Release]
62
- ros_distro : [humble]
63
- os : [ubuntu-latest, macos-latest, windows-2019]
62
+ ros_distro : [iron, jazzy]
63
+ os : [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-2019]
64
+ exclude :
65
+ - os : ubuntu-22.04
66
+ ros_distro : ros2-jazzy
67
+ - os : ubuntu-24.04
68
+ ros_distro : ros2-iron
64
69
fail-fast : false
65
70
66
71
steps :
@@ -191,13 +196,13 @@ jobs:
191
196
ctest --output-on-failure -C ${{ matrix.build_type }}
192
197
193
198
build-valgrind :
194
- name : ' valgrind [ubuntu-latest @Debug@humble@conda]'
195
- runs-on : ubuntu-latest
199
+ name : ' valgrind [ubuntu-22.04 @Debug@humble@conda]'
200
+ runs-on : ubuntu-22.04
196
201
strategy :
197
202
matrix :
198
203
build_type : [Debug]
199
- ros_distro : [humble ]
200
- os : [ubuntu-latest ]
204
+ ros_distro : [iron ]
205
+ os : [ubuntu-22.04 ]
201
206
fail-fast : false
202
207
203
208
steps :
You can’t perform that action at this time.
0 commit comments