Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 6, 2024
1 parent a9ba806 commit d80273b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
fi
- name: Chcekout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4

- name: Start X server
run: |
Expand Down

0 comments on commit d80273b

Please sign in to comment.