From c44b32511c8e8a6c81484a543b939b931a31b9e0 Mon Sep 17 00:00:00 2001 From: Eduard Marbach Date: Thu, 10 Oct 2024 16:08:40 +0200 Subject: [PATCH] ci: last try --- .github/workflows/release.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcfd7a1..7e89cd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,20 +15,17 @@ 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: Setup Docker on macOS - uses: douglascamata/setup-docker-macos-action@v1-alpha - # https://github.com/docker/setup-qemu-action - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: - image: tonistiigi/binfmt:qemu-v8.1.5 # master works + image: commontorizon/binfmt:9.0.2 # master works # https://github.com/docker/setup-buildx-action - name: Set up Docker Buildx id: buildx