Skip to content

Commit

Permalink
Merge pull request #3256 from bdarnell/build-workflow-qemu
Browse files Browse the repository at this point in the history
ci: Update setup-qemu-action version
  • Loading branch information
bdarnell committed Apr 22, 2023
2 parents 419838b + c3d50f4 commit fcb09eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python-version: ${{ env.python-version }}
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
with:
platforms: all

Expand Down

0 comments on commit fcb09eb

Please sign in to comment.