Skip to content

Commit d0905ad

Browse files
authored
Changed qemu to v3
1 parent 879cb4d commit d0905ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174

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

179179
- name: Build wheel (Linux)
180180
if: matrix.config.os-name == 'linux'
@@ -361,7 +361,7 @@ jobs:
361361

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

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

0 commit comments

Comments
 (0)