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: |