From c4b3fd056dffcd32b81c4d9ec6a5eb037042714d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20T=C3=A9tard?= Date: Tue, 4 Feb 2025 15:58:47 +0100 Subject: [PATCH] ci: Update `docker/setup-qemu-action` & downgrade QEMU --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5b3e2fe..aeb2d6c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -129,9 +129,9 @@ jobs: architecture: x64 - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v1.2.0 + uses: docker/setup-qemu-action@v3 with: - image: tonistiigi/binfmt:latest + image: tonistiigi/binfmt:qemu-v8.1.5 platforms: all - name: Install cibuildwheel run: |