Skip to content

Commit 849e9fb

Browse files
committed
fix: try setting up docker in macos GA runner
1 parent 200e62f commit 849e9fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
3838
native-image-job-reports: 'true'
3939

40+
- name: Setup Docker on macOS
41+
if: runner.os == 'macOS'
42+
uses: douglascamata/setup-docker-macos-action@v1.0.1
43+
with:
44+
colima-network-address: true
45+
4046
- name: Tests
4147
run: ./gradlew check
4248

0 commit comments

Comments
 (0)