Skip to content

Commit e5ab8b8

Browse files
committed
CI: Replace Melodic with ROS One
1 parent 6b04e3b commit e5ab8b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
ros: [melodic, noetic]
10+
ros: [noetic, one]
1111

1212
name: ${{ matrix.ros }}
1313
runs-on: ubuntu-latest
1414
env:
1515
ROS_DISTRO: ${{ matrix.ros }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: industrial_ci
20-
uses: ros-industrial/industrial_ci@master
20+
uses: rhaschke/industrial_ci@master

0 commit comments

Comments
 (0)