Skip to content

Commit

Permalink
Remove foxy
Browse files Browse the repository at this point in the history
  • Loading branch information
griswaldbrooks committed Sep 8, 2023
1 parent b5e81fd commit b44cb20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
ros:
strategy:
matrix:
ros_distro: [foxy, humble, rolling]
ros_distro: [humble, rolling]
runs-on: ubuntu-latest
container: ghcr.io/picknikrobotics/ros_testing_templates:upstream-${{ matrix.ros_distro }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
upstream:
strategy:
matrix:
ros_distro: [foxy, humble, rolling]
ros_distro: [humble, rolling]
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down

0 comments on commit b44cb20

Please sign in to comment.