From b7408b9a3027ee6cd39614c7eba26c3843e94875 Mon Sep 17 00:00:00 2001 From: actboy168 Date: Thu, 16 Jan 2025 17:02:58 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35ab9e6d..7d6e735f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -92,7 +92,7 @@ jobs: continue-on-error: true with: arch: ${{ matrix.arch }} - distro: ubuntu20.04 + distro: ubuntu22.04 dockerRunArgs: | --volume "${PWD}:/actboy168" install: |