Browse Source

Install DD on any macos-latest or -xl runner

Signed-off-by: Stefan Scherer <[email protected]>
Stefan Scherer 2 years ago
parent
commit
a795aaa090
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/e2e-mac.yml

+ 1 - 1
.github/workflows/e2e-mac.yml

@@ -43,7 +43,7 @@ jobs:
 
       - name: Install and start Docker Desktop
         uses: docker/desktop-action/[email protected]
-        if: ${{ matrix.os == 'macos-latest' }}
+        if: ${{ contains(matrix.os, 'macos-latest') }}
 
       - name: List Docker resources on machine
         run: |