Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Attempt to fix GitHub actions that broke after recent updates.
  • Loading branch information
RobRoyce authored Feb 18, 2025
1 parent 2711094 commit 7b5f4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test-noetic:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
container:
image: osrf/ros:noetic-desktop
steps:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
ROS_VERSION: 1

test-humble:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: osrf/ros:humble-desktop
steps:
Expand Down

0 comments on commit 7b5f4e7

Please sign in to comment.