Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 authored Jan 16, 2025
1 parent ba7b33f commit b7408b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- run: luamake test -v
linux-x86_64:
name: linux (x86_64)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actboy168/setup-luamake@master
Expand All @@ -92,7 +92,7 @@ jobs:
continue-on-error: true
with:
arch: ${{ matrix.arch }}
distro: ubuntu20.04
distro: ubuntu22.04
dockerRunArgs: |
--volume "${PWD}:/actboy168"
install: |
Expand Down

0 comments on commit b7408b9

Please sign in to comment.