Skip to content

Commit

Permalink
Bump uraimo/run-on-arch-action from 2 to 3 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 5, 2025
1 parent 710ffa4 commit 9e26925
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 @@ -77,7 +77,7 @@ jobs:
- name: pytest
if: ${{ !startsWith(matrix.platform.target, 'x86') && matrix.platform.target != 'ppc64' }}
uses: uraimo/run-on-arch-action@v2
uses: uraimo/run-on-arch-action@v3
with:
arch: ${{ matrix.platform.target }}
distro: ubuntu22.04
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
# pytest
# - name: pytest
# if: ${{ !startsWith(matrix.platform.target, 'x86') }}
# uses: uraimo/run-on-arch-action@v2
# uses: uraimo/run-on-arch-action@v3
# with:
# arch: ${{ matrix.platform.target }}
# distro: alpine_latest
Expand Down

0 comments on commit 9e26925

Please sign in to comment.