Skip to content

Commit 6641fe5

Browse files
committed
WIP Fix; Failing CI build on rolling
1 parent b0ba2a9 commit 6641fe5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
env:
23-
- IMAGE: rolling-source
23+
- IMAGE: [jazzy-release, main-jazzy-tutorial-source]
2424

2525
env:
2626
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}
@@ -33,7 +33,7 @@ jobs:
3333
CACHE_PREFIX: ${{ matrix.env.IMAGE }}
3434

3535
name: ${{ matrix.env.IMAGE }}
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-24.04
3737
steps:
3838
- uses: actions/checkout@v4
3939
with:

0 commit comments

Comments
 (0)