From d80273bb2cea8d36ee2182c6acd3af8a19380dfe Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Thu, 5 Dec 2024 20:10:50 +0900 Subject: [PATCH] fix CI, See https://github.com/jsk-ros-pkg/jsk_recognition/pull/2854 --- .github/workflows/config.yml | 4 ++-- .travis | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 7f83a7edd..cea91586d 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -9,7 +9,7 @@ env: jobs: ros: - runs-on: ubuntu-latest + runs-on: ubuntu:20.04 # continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false @@ -49,7 +49,7 @@ jobs: fi - name: Chcekout - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v4 - name: Start X server run: | diff --git a/.travis b/.travis index 4e8b3cf26..b223c886b 160000 --- a/.travis +++ b/.travis @@ -1 +1 @@ -Subproject commit 4e8b3cf2637d593d05106e84edf2e4532677d37c +Subproject commit b223c886bcda0d96c6c03b0f0ae07da768a00155