From 2189f4b1cb6e939d70e6e6063ff7fbbd3f668079 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 31 Dec 2024 18:41:10 -0800 Subject: [PATCH] Revert "build appimage on ubuntu-20.04 instead of 22.04 (#795)" (#797) This reverts commit 462a3cebde4670dbddbfe7bed1356f6a0d796be8. --- .github/workflows/package-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-linux.yml b/.github/workflows/package-linux.yml index 9947304..6bea41a 100644 --- a/.github/workflows/package-linux.yml +++ b/.github/workflows/package-linux.yml @@ -23,7 +23,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Python