Skip to content

Commit 2fd2c34

Browse files
authored
Attempt to stabilize MacOS GA runner caused by QEMU / Colima / Docker issues (opensearch-project#13877)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 84ad3a7 commit 2fd2c34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/assemble.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Setup docker (missing on MacOS)
2020
if: runner.os == 'macos'
2121
uses: douglascamata/setup-docker-macos-action@main
22+
with:
23+
upgrade-qemu: true
2224
- name: Run Gradle (assemble)
2325
run: |
2426
./gradlew assemble --parallel --no-build-cache -PDISABLE_BUILD_CACHE

0 commit comments

Comments
 (0)