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)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta authored and parv0201 committed Jun 10, 2024
1 parent cd1e423 commit 42e71f2
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)
run: |
./gradlew assemble --parallel --no-build-cache -PDISABLE_BUILD_CACHE

0 comments on commit 42e71f2

Please sign in to comment.