Skip to content

Commit

Permalink
Install docker on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Sep 24, 2024
1 parent 6eac893 commit 911d89f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
java-version: 17
distribution: adopt
- name: Install Docker
run: brew install docker
if: ${{ matrix.os == 'macos-13' }}
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Gradle
Expand Down

0 comments on commit 911d89f

Please sign in to comment.