From 0b843cad5700d1ee74c85c6b8c04af26de4d5050 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Thu, 7 Mar 2024 08:45:59 +0000 Subject: [PATCH] another atempt at macos --- .github/workflows/build.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 186ecb3..dbd8744 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: epics-host: linux-arm image_name: linux base_image: ubuntu:22.04 - os: macos-14-xlarge + os: macos-12-xl platform: linux/arm64 runs-on: ${{ matrix.os }} @@ -47,13 +47,10 @@ jobs: with: submodules: recursive - - name: Setup docker for mac-os + + - name: Setup docker (missing on MacOS) if: runner.os == 'macos' - run: | - brew install colima - colima version - brew install docker - colima start --cpu 3 --memory 6 --disk 100 --vm-type=qemu --mount-type=sshfs --dns=1.1.1.1 + uses: docker-practice/actions-setup-docker@fd7ecdac7caf8e2c541a48c9bcc280aae59a8461 - name: Log in to GitHub Docker Registry uses: docker/login-action@v3