Skip to content

Commit

Permalink
gh: change used ros one docker tag to new format
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Nov 14, 2023
1 parent 22f2c0e commit 782eb22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
strategy:
fail-fast: false
matrix:
distro: [noetic, one]
distro: [noetic, jammy]
mujoco: [2.3.6]
include:
- distro: noetic
mujoco: 2.3.6
env:
CATKIN_LINT: true
CCOV: true
- distro: one
- distro: jammy
mujoco: 2.3.6
env:
CLANG_TIDY: pedantic
Expand Down

0 comments on commit 782eb22

Please sign in to comment.