Skip to content

Commit

Permalink
point ros2-devel at rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Jun 6, 2024
1 parent 63331c9 commit 76044a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
test:
strategy:
matrix:
ros: [jazzy]
ros: [rolling]
include:
- os: ubuntu-24.04
ros: jazzy
ros: rolling
python: python3

runs-on: ${{ matrix.os }}
Expand All @@ -26,7 +26,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare CI
run: |
ln -s $GITHUB_WORKSPACE ~/flexbe_ci
Expand Down

0 comments on commit 76044a0

Please sign in to comment.