Skip to content

Commit

Permalink
fix GA: runs-on ubuntu-latest and use container for 'catkin' check
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Oct 13, 2023
1 parent 73e929f commit 908f590
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- DOCKER_IMAGE: osrf/debian_arm64:stretch
fail-fast: false

runs-on: ubuntu-18.04
runs-on: ubuntu-latest
timeout-minutes: 90

name: linux
Expand All @@ -53,7 +53,8 @@ jobs:
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"
catkin:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
container: ubuntu:18.04
timeout-minutes: 60

steps:
Expand Down

0 comments on commit 908f590

Please sign in to comment.