Skip to content

Commit

Permalink
Install DD on any macos-latest or -xl runner
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
  • Loading branch information
StefanScherer committed Aug 24, 2023
1 parent df31258 commit c9a0f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-mac.yml
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Install and start Docker Desktop
uses: docker/desktop-action/start@v0.1.0
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ contains(matrix.os, 'macos-latest') }}

- name: List Docker resources on machine
run: |
Expand Down

0 comments on commit c9a0f06

Please sign in to comment.