Skip to content

Commit

Permalink
trying to fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
brettpac committed Jul 23, 2024
1 parent b634d1f commit 32172a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-ros-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: ros-tooling/setup-ros@v0.2
- uses: ros-tooling/action-ros-lint@v0.1
with:
distribution: humble
distribution: galactic
linter: ${{ matrix.linter }}
package-name:
smacc2
Expand Down

0 comments on commit 32172a7

Please sign in to comment.