Skip to content

Commit

Permalink
Merge pull request #29 from gtardif/minor_doc_update
Browse files Browse the repository at this point in the history
Simplify doc on using the action on linux runners
  • Loading branch information
gtardif authored Jun 7, 2024
2 parents 4c86b15 + e0371ff commit ca8f1a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ca8f1a9

Please sign in to comment.