You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.ros2.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ jobs:
20
20
strategy:
21
21
fail-fast: false
22
22
matrix:
23
-
distro: [humble, jazzy]
23
+
distro: [humble] #, jazzy # Jazzy needs another control implementation (the hardware_interfaces differs), skipping build without specific branch for now
24
24
render_backend: [GLFW, OSMESA, DISABLE] # EGL currently removed due to issues with the local CI runners
0 commit comments