We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86201ed commit 222d9f2Copy full SHA for 222d9f2
1 file changed
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
matrix:
22
env:
23
- - IMAGE: rolling-source
+ - IMAGE: [jazzy-release, main-jazzy-tutorial-source]
24
25
26
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}
@@ -33,7 +33,7 @@ jobs:
33
CACHE_PREFIX: ${{ matrix.env.IMAGE }}
34
35
name: ${{ matrix.env.IMAGE }}
36
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
37
steps:
38
- uses: actions/checkout@v6
39
with:
0 commit comments