Skip to content

Commit

Permalink
Make assemble action run on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis committed Sep 28, 2024
1 parent 7eca19d commit d6a157c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: temurin
- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
if: runner.os == 'macOS'
uses: douglascamata/setup-docker-macos-action@main
with:
upgrade-qemu: true
Expand Down

0 comments on commit d6a157c

Please sign in to comment.