From 80e308b8e95561a20aa50460ef55569aeff90ba6 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Tue, 7 May 2024 01:22:48 +0200 Subject: [PATCH] Use ubuntu latest, doesnt matter much as we run in containers Signed-off-by: Mikael Arguedas --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91199f8a..eabe73b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: jobs: test_latest: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest # 'osrf/ros2:devel' does *not* include RTI Connext or its' security plugins # the former gets installed via rosdep in 'action-ros-ci' but the latter do *not* get installed container: osrf/ros2:devel @@ -41,7 +41,7 @@ jobs: name: colcon-logs path: ros_ws/log test_nightly: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest # 'osrf/ros2:nightly-rmw-nonfree' includes RTI Connext but # does *not* include the security plugins or a license allowing the use of Security container: osrf/ros2:nightly-rmw-nonfree