Skip to content

Commit

Permalink
ci/gha: change mac workflow back to COLIMA
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed May 2, 2024
1 parent a17b749 commit f4b0219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
version: v24.0.7
env:
SIGN_QEMU_BINARY: "1"
LIMA_START_ARGS: --cpus 3 --memory 10 --disk 12
COLIMA_START_ARGS: --cpus 3 --memory 10 --disk 12
if: ${{ startsWith( runner.os, 'macos') }}
- name: Setup MacOS docker socket
run: echo "DOCKER_HOST="unix://$HOME/.colima/default/docker.sock"" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion ci/gha/common/steps.cue
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Steps: {
}
env: {
SIGN_QEMU_BINARY: "1"
LIMA_START_ARGS: "--cpus 3 --memory 10 --disk 12"
COLIMA_START_ARGS: "--cpus 3 --memory 10 --disk 12"
}
"if": "${{ startsWith( runner.os, 'macos') }}"
}
Expand Down

0 comments on commit f4b0219

Please sign in to comment.