Skip to content

Commit df9b45d

Browse files
committed
ci: update bin32 tests to ubuntu22.04
1 parent 662ef75 commit df9b45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bit32-multi-arch-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
path: .install/${{ matrix.arch }}/lua-${{ matrix.luaVersion }}
2222
key: lua-on-linux-${{ matrix.arch }}-${{ matrix.luaVersion }}
23-
- uses: uraimo/run-on-arch-action@v2.0.7
23+
- uses: uraimo/run-on-arch-action@v2
2424
with:
2525
arch: ${{ matrix.arch }}
26-
distro: ubuntu20.04
26+
distro: ubuntu22.04
2727
githubToken: ${{ github.token }}
2828
setup: |
2929
mkdir -p ".install/${{ matrix.arch }}"

0 commit comments

Comments
 (0)