Skip to content

Commit

Permalink
use ubuntu-latest in CI workflow (matching rclpy)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Jun 6, 2024
1 parent 80daaa1 commit 367171c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
test:
strategy:
matrix:
ros: [jazzy]
ros: [rolling]
include:
- os: ubuntu-24.04
- os: ubuntu-latest
ros: rolling
python: python3

Expand Down

0 comments on commit 367171c

Please sign in to comment.