Skip to content

Commit

Permalink
Fix setup of docker on Mac OS runner
Browse files Browse the repository at this point in the history
Switch to a different action to install docker on Mac OS, the current
one seems to be problematic.
https://github.com/marketplace/actions/setup-docker-on-macos

Useful references about the issue:
actions/runner-images#17
docker-practice/actions-setup-docker#29

Signed-off-by: Diego Rondini <diego.rondini@kynetics.it>
  • Loading branch information
diegorondini committed May 21, 2024
1 parent f6f638b commit 979bf04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: gradle/actions/setup-gradle@v3

#Run only on macOS
- name: Setup Docker
- name: Setup Docker on macOS
if: ${{ matrix.os == 'macos-13' && github.event_name == 'pull_request' }}
uses: better0fdead/actions-setup-docker@better0fdead/increase-timeout
uses: douglascamata/setup-docker-macos-action@v1-alpha

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand Down

0 comments on commit 979bf04

Please sign in to comment.