Skip to content

Commit

Permalink
add ubuntu-20.04 and ubuntu-24.04 to dronecan sitl workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Dec 2, 2024
1 parent 1b5cf6d commit 9175475
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dronecan_sitl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ on:
- '*'
jobs:
sitl:
runs-on: ubuntu-22.04
strategy:
matrix:
include:
- os: ubuntu-24.04
- os: ubuntu-22.04
- os: ubuntu-20.04
runs-on: ${{ matrix.os }}
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9175475

Please # to comment.