From e0371ffff385586a8fc9642ee0ed942e7c02e114 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Fri, 7 Jun 2024 10:39:54 +0200 Subject: [PATCH] Simplify doc on using the action on linux runners Signed-off-by: Guillaume Tardif --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 06233e4..94aea76 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,9 @@ By default, the action downloads the last version of Docker Desktop. But you can jobs: test-docker-desktop: name: Test Docker Desktop installation and start - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: matrix: - os: [ ubuntu-latest ] build-url: [ "latest", "https://desktop.docker.com/linux/main/amd64/122432/docker-desktop-4.24.0-amd64.deb" ] steps: