Skip to content

Commit

Permalink
specified ubuntu versions. added humble ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Jan 19, 2024
1 parent 1306b85 commit f39052a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/humble.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Humble CI
on:
push:
branches:
- 'humble'
pull_request:
branches:
- 'humble'
workflow_dispatch:
branches:
- '*'
jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: testing}
- {ROS_DISTRO: humble, ROS_REPO: main}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
3 changes: 1 addition & 2 deletions .github/workflows/melodic.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Melodic CI

on:
push:
branches:
Expand All @@ -17,7 +16,7 @@ jobs:
env:
- {ROS_DISTRO: melodic, ROS_REPO: testing}
- {ROS_DISTRO: melodic, ROS_REPO: main}
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/noetic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: Noetic CI

name: core-ubu20
on:
push:
branches:
Expand All @@ -20,7 +18,7 @@ jobs:
env:
- {ROS_DISTRO: noetic, ROS_REPO: testing}
- {ROS_DISTRO: noetic, ROS_REPO: main}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f39052a

Please sign in to comment.