From b726483ec49dd4b16f15fefb5fb440e3adcb413b Mon Sep 17 00:00:00 2001 From: Eduard Marbach Date: Fri, 11 Oct 2024 11:15:24 +0200 Subject: [PATCH] ci: fix --- .github/workflows/release.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42b0dd5..0b196a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,23 +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: macos-13 + runs-on: ubuntu-latest 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 with: - image: commontorizon/binfmt:9.0.2 # master works + image: tonistiigi/binfmt:qemu-v8.1.5 # more recent + # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx id: buildx