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 May 29, 2024
1 parent 84ad3a7 commit 2fd2c34
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 2fd2c34

Please sign in to comment.