Skip to content

Commit 908f590

Browse files
committed
fix GA: runs-on ubuntu-latest and use container for 'catkin' check
1 parent 73e929f commit 908f590

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- DOCKER_IMAGE: osrf/debian_arm64:stretch
3131
fail-fast: false
3232

33-
runs-on: ubuntu-18.04
33+
runs-on: ubuntu-latest
3434
timeout-minutes: 90
3535

3636
name: linux
@@ -53,7 +53,8 @@ jobs:
5353
docker run --rm $QEMU_VOLUME -v $CI_SOURCE_PATH:$CI_SOURCE_PATH -e "DOCKER_IMAGE=$DOCKER_IMAGE" -e "COLLISION_LIB=$COLLISION_LIB" -e "CI_SOURCE_PATH=$CI_SOURCE_PATH" -e "HOME=$HOME" -t $DOCKER_IMAGE sh -c "cd $CI_SOURCE_PATH; ./.travis.sh"
5454
5555
catkin:
56-
runs-on: ubuntu-18.04
56+
runs-on: ubuntu-latest
57+
container: ubuntu:18.04
5758
timeout-minutes: 60
5859

5960
steps:

0 commit comments

Comments
 (0)