Skip to content

Commit

Permalink
upgrade setup-qemu-action (python-cffi#8)
Browse files Browse the repository at this point in the history
* reduce warning noise

(cherry picked from commit 475c466)
  • Loading branch information
nitzmahone committed Sep 26, 2023
1 parent 158bc5b commit 3d8914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions/checkout@v4

- name: configure docker foreign arch support
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
if: ${{ matrix.foreign_arch || false }}

- name: build/test wheels
Expand Down

0 comments on commit 3d8914b

Please sign in to comment.