From d3363c1c3501f889ae6c826a0988d0ec83732921 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Tue, 24 Sep 2024 20:44:43 +0200 Subject: [PATCH] Use ionic for demo prerelease/nightly (#83) Signed-off-by: Jose Luis Rivero --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75fbbaf..e8cbaa2 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ This workflow shows how to use binaries from [pre-release] or [nightly] Gazebo r - name: 'Check Gazebo installation on Ubuntu runner' uses: gazebo-tooling/setup-gazebo@v0.2.0 with: - required-gazebo-distributions: 'harmonic' + required-gazebo-distributions: 'ionic' use-gazebo-prerelease: 'true' use-gazebo-nightly: 'true' - name: 'Test Gazebo installation'