Skip to content

Commit

Permalink
ci: Update docker/setup-qemu-action & downgrade QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
otetard committed Feb 4, 2025
1 parent f72fd2c commit c4b3fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c4b3fd0

Please sign in to comment.