From f4b0219398027acd4aaca5628b1fcff819d171e9 Mon Sep 17 00:00:00 2001 From: Tony Worm Date: Wed, 1 May 2024 23:33:19 -0400 Subject: [PATCH] ci/gha: change mac workflow back to COLIMA --- .github/workflows/hof.yml | 2 +- ci/gha/common/steps.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hof.yml b/.github/workflows/hof.yml index 367c87da0..b6be2728b 100644 --- a/.github/workflows/hof.yml +++ b/.github/workflows/hof.yml @@ -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 diff --git a/ci/gha/common/steps.cue b/ci/gha/common/steps.cue index 0179853b9..4f6efa580 100644 --- a/ci/gha/common/steps.cue +++ b/ci/gha/common/steps.cue @@ -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') }}" }