Skip to content

Commit 148e99d

Browse files
committed
fix ubuntu version
1 parent 9a75ee4 commit 148e99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
fail-fast: false
66
matrix:
77
ros-distro: [eloquent]
8-
runs-on: [ubuntu-20.04, macos-latest, windows-latest]
8+
runs-on: [ubuntu-18.04, macos-latest, windows-latest]
99
runs-on: ${{matrix.runs-on}}
1010
steps:
1111
- uses: ros-tooling/setup-ros@0.0.25

0 commit comments

Comments
 (0)