Skip to content

Commit b7408b9

Browse files
authored
Update test.yml
1 parent ba7b33f commit b7408b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- run: luamake test -v
6969
linux-x86_64:
7070
name: linux (x86_64)
71-
runs-on: ubuntu-20.04
71+
runs-on: ubuntu-22.04
7272
steps:
7373
- uses: actions/checkout@v4
7474
- uses: actboy168/setup-luamake@master
@@ -92,7 +92,7 @@ jobs:
9292
continue-on-error: true
9393
with:
9494
arch: ${{ matrix.arch }}
95-
distro: ubuntu20.04
95+
distro: ubuntu22.04
9696
dockerRunArgs: |
9797
--volume "${PWD}:/actboy168"
9898
install: |

0 commit comments

Comments
 (0)