diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e89cd9..42b0dd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,12 +15,18 @@ permissions: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: build: - runs-on: ubuntu-latest + runs-on: macos-13 steps: # Get the repositery's code - name: Checkout uses: actions/checkout@v4 + - name: Check + run: | + brew install docker colima + colima start + docker info + # https://github.com/docker/setup-qemu-action - name: Set up QEMU uses: docker/setup-qemu-action@v3