Skip to content

Commit

Permalink
Changed qemu to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Elgemp4 authored Nov 16, 2024
1 parent 879cb4d commit d0905ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

- name: Set up QEMU (Linux ARM64)
if: matrix.config.os-name == 'linux' && matrix.config.python-arch == 'aarch64'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Build wheel (Linux)
if: matrix.config.os-name == 'linux'
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:

- name: Set up QEMU (Linux ARM64)
if: matrix.config.os-name == 'linux' && matrix.config.python-arch == 'aarch64'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Test wheel (Linux)
if: matrix.config.os-name == 'linux'
Expand Down

0 comments on commit d0905ad

Please sign in to comment.