Skip to content

Commit

Permalink
try change github action
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Sep 15, 2024
1 parent faa5fb9 commit efea429
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ jobs:
brew install Bearer/tap/gon
- name: Setup Docker on macOS
if: inputs.dev == true
uses: douglascamata/[email protected] #v1-alpha
uses: douglascamata/setup-docker-macos-action@v1-alpha
with:
upgrade-qemu: true
lima: v0.22.0
colima: v0.7.3
- name: Test docker
if: inputs.dev == true
run: |
Expand Down

0 comments on commit efea429

Please sign in to comment.