ENH: linux: use ubuntu_latest to compile image for ubuntu

Change-Id: Idb14b776c9215752d37f16167c15b96588b91f22
This commit is contained in:
lane.wei 2023-04-18 08:45:43 +08:00 committed by Lane.Wei
parent f793254e16
commit 793c50b1a6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
appimage-builder:
name: Linux AppImage Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3