Skip to content

Commit

Permalink
ci: update bin32 tests to ubuntu22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Jan 29, 2025
1 parent 662ef75 commit df9b45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bit32-multi-arch-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
path: .install/${{ matrix.arch }}/lua-${{ matrix.luaVersion }}
key: lua-on-linux-${{ matrix.arch }}-${{ matrix.luaVersion }}
- uses: uraimo/run-on-arch-action@v2.0.7
- uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.arch }}
distro: ubuntu20.04
distro: ubuntu22.04
githubToken: ${{ github.token }}
setup: |
mkdir -p ".install/${{ matrix.arch }}"
Expand Down

0 comments on commit df9b45d

Please sign in to comment.