Skip to content

Commit

Permalink
Attempt to stabilize MacOS GA runner caused by QEMU / Colima / Docker…
Browse files Browse the repository at this point in the history
… issues (opensearch-project#13877) (opensearch-project#13883)

(cherry picked from commit 2fd2c34)

Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent d82e4f4 commit 9e9ae14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/assemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
uses: douglascamata/setup-docker-macos-action@main
with:
upgrade-qemu: true
- name: Run Gradle (assemble)
if: ${{ runner.os == 'Windows' }}
run: |
Expand Down

0 comments on commit 9e9ae14

Please sign in to comment.