Skip to content

Commit

Permalink
Use docker container for ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Apr 11, 2024
1 parent b825640 commit 00d7e9d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ on:
pull_request
jobs:
test_sdformat_urdf:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
strategy:
matrix:
ros-distro: ["rolling"]
include:
- ros-distro: ["rolling"]
docker-image: "ubuntu:24.04"
container:
image: ${{ matrix.docker-image }}
steps:
- uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit 00d7e9d

Please sign in to comment.