build appimage on ubuntu-20.04 instead of 22.04 (#795)

This commit is contained in:
Alex Xu
2024-12-31 09:05:09 -08:00
committed by GitHub
parent 2a414ef936
commit 462a3cebde
+1 -1
View File
@@ -23,7 +23,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Python